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]

Merging XML



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

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