blob: d1a764425695d0216c6d6f222e65a022e94be260 [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: str86 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19990922 -->
<!-- Section: 4.2 String Functions -->
<!-- Purpose: Test of 'normaliz-space()' function with empty node. -->
<xsl:template match="doc">
<out>
<xsl:value-of select="normalize-space()"/>
</out>
</xsl:template>
</xsl:stylesheet>