Subject: RE: multi-document question
From: "Ben-Zvi, Elisha" <elisha.ben-zvi@xxxxxxx>
Date: Sun, 23 Nov 2003 17:40:47 +0100
|
Sorry (replace the order in the select).
> Why don't you change the code to:
> <xsl:copy>
> <xsl:copy-of select="@*|node()" />
> </xsl:copy>
--------------------------------------
Elisha Ben-Zvi
Mail: elisha.ben-zvi@xxxxxxx
Phone: (972)-9-7620242
Cellular: (972)-66-232304
-----Original Message-----
From: Bruce D'Arcus [mailto:bdarcus@xxxxxxxxxxx]
Sent: Sunday, November 23, 2003 18:34 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: multi-document question
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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|