Re: [xsl] Merge - a.xml + b.xml = c.xml

Subject: Re: [xsl] Merge - a.xml + b.xml = c.xml
From: "Carsten Klein" <carstenklein@xxxxxxxx>
Date: Sat, 17 Aug 2002 12:06:36 +0200
Hi Exide,

replace the <xsl:copy-of select="child::*"/> instruction with <xsl:copy-of
select="@*|child::*"/> and off you go.

Bye

Carsten


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


Current Thread