view xsls/versions.xsls @ 40:61564cf3d4d2

* Fixed site modifications by staff group members
author Sergey Budnevitch <sb@waeme.net>
date Sat, 01 Oct 2011 14:37:27 +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) }
}

}