view xslt/version.xslt @ 615:f3ef5b77d22a

Documented that "ipv6only" is now turned on by default for listening IPv6 sockets.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 14:38:46 +0000
parents 8659ea8ffbe1
children d900707102c6
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

   <xsl:param select="'development'" name="VERSION"/>

   <xsl:output method="text"/>

   <xsl:template match="/versions">
      <xsl:value-of select=" normalize-space(*[local-name() = $VERSION])"/>
   </xsl:template>

</xsl:stylesheet>