Project

Profile

Help

Support #4398 » saxonissues2.xsl

Priscilla Walmsley, 2019-11-27 18:16

 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ord="http://datypic.com/ord" exclude-result-prefixes="#all" version="2.0">
<xsl:template match="/">
<xsl:variable name="root" as="element()">
<root xmlns:ord="http://datypic.com/ord">
<order/>
</root>
</xsl:variable>
<xsl:sequence select="resolve-QName( 'ord:myName', $root) "/>
</xsl:template>
</xsl:stylesheet>
(1-1/2)