Re: [xsl] multi-document question

Subject: Re: [xsl] multi-document question
From: "Bruce D'Arcus" <bdarcus@xxxxxxxxxxx>
Date: Sun, 23 Nov 2003 11:33:41 -0500

On Nov 23, 2003, at 11:20 AM, Ben-Zvi, Elisha wrote:


Why don't you change the code to:
<xsl:copy>
	<xsl:copy-of select="*@|node()" />
</xsl:copy>

I just tried it, but xsltproc is giving me this error:


XPath error Invalid expression
*@|node()
 ^
compilation error: file multi-mods3.xsl line 13 element copy-of
xsl:copy-of : could not compile select expression '*@|node()'

Bruce


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread