comparison xslt/legacy_stable.xslt @ 217:85fcb4cf9745

Added two more generated XSLTs.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Nov 2011 10:53:24 +0000
parents
children
comparison
equal deleted inserted replaced
216:951c1810c00f 217:85fcb4cf9745
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:output method="text"/>
5
6 <xsl:template match="/versions">
7 <xsl:value-of select=" normalize-space(legacy_stable)"/>
8 </xsl:template>
9
10 </xsl:stylesheet>