view xsls/versions.xsls @ 224:7f36795d99a2

Updated ngx_http_log_module documentation including translation into English.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 06 Dec 2011 07:25:25 +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) }
}

}