blob: 22f92955a48ceb1f68a74569b43f609ed8b4e568 [file] [log] [blame]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: select35 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.7 -->
<!-- Creator: David Marston -->
<!-- Purpose: * after (named) operator must not be treated as operator -->
<xsl:template match="doc">
<out>
<xsl:value-of select="54 div*"/>
</out>
</xsl:template>
</xsl:stylesheet>