view xsls/versions.xsls @ 71:c007b57d617c

The first line indentation in a paragraph which is used in Russian typographics isn't common for other languages. In HTML, even with Russian contents, paragraphs are usually separated with a vertical interval without the first line indentation. We will be following this convention as well.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 10 Oct 2011 08:23:43 +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) }
}

}