view xsls/versions.xsls @ 489:2abd1998a0cc

- Added a couple of things about flushing DNS resolver cache
author Andrey Alexeev <andrew@nginx.com>
date Thu, 19 Apr 2012 09:54:55 +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) }
}

}