This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Merge - a.xml + b.xml = c.xml


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]