blob: 0a322145b7032ded27097b1191557137a8712e8a [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: boolean48 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
<!-- Purpose: Test of "<" operator -->
<xsl:template match="doc">
<out>
<xsl:value-of select="2&#60;1"/>
</out>
</xsl:template>
</xsl:stylesheet>