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]

union elements in multiple xml documents


I'm looking into ways to combine more than one xml documents together. 
For example: I have one xml document:
<stock ticker="csco">
   <last />
   <date />
   <change />
   <open />
   <high />
   <volume />
<stock>

Another xml document:
<stock ticker="csco">
   <highest />
   <lowest />   
   <average-volume />
<stock>

I want to result document has elements from both. Any suggestions anyone?

Thanks a lot.

Don Yao



 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]