xsl-list
[Top] [All Lists]

RE: multi-document question

2003-11-23 09:40:47
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(_dot_)ben-zvi(_at_)sap(_dot_)com
Phone: (972)-9-7620242
Cellular: (972)-66-232304

-----Original Message-----
From: Bruce D'Arcus [mailto:bdarcus(_at_)fastmail(_dot_)fm] 
Sent: Sunday, November 23, 2003 18:34 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>