union elements in multiple xml documents

Subject: union elements in multiple xml documents
From: "Yao, Mingdong" <Mingdong.Yao@xxxxxxxxxxx>
Date: Tue, 12 Sep 2000 12:39:39 -0500
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


Current Thread