blob: 4f00f16d87718c0fe130efa25c71bd0d200fdd4e [file] [log] [blame]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: boolean83 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
<!-- Creator: David Marston -->
<!-- Purpose: Test of '=' operator, boolean to string. Reverse order of boolean15. -->
<xsl:template match="/">
<out>
<xsl:value-of select="'0'=true()"/>
</out>
</xsl:template>
</xsl:stylesheet>