view xsls/versions.xsls @ 650:26613f012ec8

nginx-1.3.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 21 Aug 2012 13:19:56 +0000
parents be54c443235a
children b2b10d564893
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:template = "development_version" {
   !{ normalize-space(document(concat($XML, '/versions.xml'))
                      /versions/development) }
}

X:template = "stable_version" {
   !{ normalize-space(document(concat($XML, '/versions.xml'))
                      /versions/stable) }
}

}