[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Merging Two Nodesets .. can it be done?

Subject: Merging Two Nodesets .. can it be done?
From: "Wasiq Shaikh" <wasiq911@xxxxxxxxxxx>
Date: Mon, 13 Aug 2007 15:48:34 -0400
 Merging Two Nodesets .. can it be done?
Quick question .. is there a way to merge two node-sets in XSL that have similar structure?

Example Input: (generated output from XSLT)

<X>
  <Y>
     <aaa>
     <Z>
        <bbb>
        <ccc>
     </Z>
  </Y>
  <Y>
     <ddd>
     <eee>
     <Z>
        <fff>
     </Z>
  </Y>
</X>

Desired Output: (This is how I would like to get it in the same XSLT process)

<X>
  <Y>
     <Z>
        <bbb>
        <ccc>
        <fff>
     </Z>
     <aaa>
     <ddd>
     <eee>
  </Y>
</X>

Notice the Y elements are merged, as well as the Z elements.

Is there any function or algorithm out there that can do this in one shot (or at all)? Or do I have to turn this into a two step process by making the generated output an input do another XSL that does the merge?

Thanks for any insight!

W.S

_________________________________________________________________
Former Police Officer Paul Gillespies TAKE BACK THE INTERNET tips and tricks, watch the video now http://safety.sympatico.msn.ca/


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.