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

merging documents/union

Subject: merging documents/union
From: "David Leuschner" <leuschner-list@xxxxxxx>
Date: Sat, 15 Dec 2001 14:17:42 +0100
david leuschner
Hi!

I need to write a special kind of "union" template that merges two nodesets.
The structure of these nodesets is not known.
For example those two <node> elements should be merged to one <node> where
the
second overwrites the first:

<node>
  <element-a>first value for element a</element-a>
  <element-b>first value for element b</element-b>
</node>

<node>
  <element-b>second value for element b</element-b>
  <element-c>completly new element c</element-c>
</node>

should be merged to:

<node>
  <element-a>first value for element a</element-a>
  <element-b>second value for element b</element-b>
  <element-c>completly new element c</element-c>
</node>

Is this possible? Can I extend this "union" to support attributes and nested
elements?

Thank you for any help.

	David


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


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.