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:09:17 +0200
Hi Exide,

oops, I overlooked, that you are not processing the extended version of your
social document type (social2.xml), but the simple one.

You will have to do the following

<friend>
    <xsl:copy-of select="$social2/social/friend[@name=$name]/@*"/>
    <xsl:copy-of select="child::*"/>
...

This should do the trick...

Bye
Carsten


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


Current Thread