Merging XML

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?

I am referring to http://www.informatik.hu-berlin.de/~obecker/XSLT/

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.

Many thanks in advance!

Rosh


________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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



Current Thread
  • Merging XML
    • Roshan Sharma - Thu, 03 Aug 2000 20:40:40 GMT <=
      • Tom Mullen - Fri, 04 Aug 2000 08:48:58 +0000 (GMT)
      • Tom Mullen - Fri, 04 Aug 2000 14:20:55 +0000 (GMT)
      • <Possible follow-ups>
      • Oliver Becker - Mon, 7 Aug 2000 10:08:06 +0200 (MET DST)
        • Tom Mullen - Tue, 08 Aug 2000 13:09:59 +0000 (GMT)