|
Subject: Merging XML From: "Roshan Sharma" <roshansharma@xxxxxxxxxxx> Date: Thu, 03 Aug 2000 20:40:40 GMT |
Could someone help me get Oliver's merge-XSLT to merge nodes when the order of nodes are not the same?
The source XMLs are as follows:
1.xml:
<A>
<B name="123">
<C>
<D>
<E>val 1</E>
</D>
</C>
<G>1</G>
</B>
</A>
2.xml:
<A>
<B name="123">
<H>
<F>
Val3
</F>
</H>
<C>
<D>
<E> Val2 </E>
</D>
</C>
</B>
</A>
If I rearrange the order to put <A><B><C>.. instead of <A><B><H>.. it works.
________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: <xsl:stylesheet xmlns..., Matthew Bentley | Thread | Re: Merging XML, Tom Mullen |
| RE: <xsl:stylesheet xmlns..., Heather Lindsay | Date | Re: Which one is the smallest XSL J, Tom Amiro |
| Month |