view xsls/versions.xsls @ 386:62468b793748

ec2 howto added
author Sergey Budnevitch <sb@waeme.net>
date Thu, 02 Feb 2012 09:28:47 +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) }
}

}