blob: 13b0282d6fccd50649eae0a267993b15d38f4233 [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: MATH55 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19990922 -->
<!-- Section: 3.5 -->
<!-- Purpose: Test of '*' operator on two nodes. -->
<xsl:template match="doc">
<out>
<xsl:value-of select="n1*n2"/>
</out>
</xsl:template>
</xsl:stylesheet>