view xsls/versions.xsls @ 496:a57994ede438

Added the notion of compactness to the tag type lists.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Apr 2012 21:23:50 +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) }
}

}