RE: [xsl] multi-document question

Subject: RE: [xsl] multi-document question
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Sun, 23 Nov 2003 10:54:05 +0100
> -----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


Current Thread