view xsls/versions.xsls @ 227:8fead61b7b03

Fixed a fallout from r180: "limit_zone" syntax was incorrect. Submitted by: vbart
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 Dec 2011 09:02:32 +0000
parents 61e04fc01027
children be54c443235a
line wrap: on
line source

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) }
}

}