blob: 9b8e3e64f941b205aa7ae7ab6881cc2a3cf46842 [file]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:baz1="http://xsl.lotus.com/ns1"
xmlns:baz2="http://xsl.lotus.com/ns2">
<!-- FileName: node04 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.1 Node Set Functions -->
<!-- Creator: Paul Dick -->
<!-- Purpose: Test of 'local-name()' -->
<xsl:template match="baz2:doc">
<out>
<xsl:value-of select="local-name(baz1:a)"/>
</out>
</xsl:template>
</xsl:stylesheet>