blob: efc6d1f3915a1439d5851c99fbb3d91017c86f1c [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: str99 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19990922 -->
<!-- Section: 4.2 String Functions -->
<!-- Purpose: Test of 'concat()' function with nodes. -->
<xsl:template match="doc">
<out>
<xsl:value-of select="concat(a, b, c, d, e)"/>
</out>
</xsl:template>
</xsl:stylesheet>