xsl-list
[Top] [All Lists]

Re: multi-document question

2003-11-23 09:33:41

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



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