comparison xslt/version.xslt @ 597:8659ea8ffbe1

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 19 Jul 2012 15:12:34 +0000
parents
children d900707102c6
comparison
equal deleted inserted replaced
596:19c9bd574db0 597:8659ea8ffbe1
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4 <xsl:param select="'development'" name="VERSION"/>
5
6 <xsl:output method="text"/>
7
8 <xsl:template match="/versions">
9 <xsl:value-of select=" normalize-space(*[local-name() = $VERSION])"/>
10 </xsl:template>
11
12 </xsl:stylesheet>