view xsls/versions.xsls @ 46:f13ce54a5909

Changing !ADH to !aNULL in another example section to conform to modern state.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 13:44:01 +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) }
}

}