|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: merging documents/union
Think of it as a grouping problem in which (a) the grouping key is the element name (b) the processing you want to perform on each group is to copy the last node and ignore the rest. Then use standard Muenchian grouping. Mike Kay > -----Original Message----- > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of David > Leuschner > Sent: 15 December 2001 13:18 > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Subject: merging documents/union > > > 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 > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








