blob: 3c28bac96ab58a33be762d5ff4f8e66bc2c8ace0 [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: str37 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19990922 -->
<!-- Section: 4.2 String Functions -->
<!-- Purpose: Test of 'string()' function. -->
<xsl:template match="doc">
<out>
<xsl:value-of select="string(foo)"/>
</out>
</xsl:template>
</xsl:stylesheet>