xsl-list
[Top] [All Lists]

RE: multi-document question

2003-11-23 02:54:05
-----Original Message-----
From: Bruce D'Arcus

What am I doing wrong, and how do I fix it?


Hi,

Try replacing this:

         <xsl:copy>
            <xsl:apply-templates select="@* | node()"/>
         </xsl:copy>

with :

<xsl:copy-of select="." />


Greetz,

Andreas


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



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