RE: union elements in multiple xml documents

Subject: RE: union elements in multiple xml documents
From: Eckenberger Axel <Extern.Eckenberger@xxxxxxxx>
Date: Wed, 13 Sep 2000 09:59:53 +0200
Look into the document() function.

Axel

> -----Original Message-----
> From: Yao, Mingdong [mailto:Mingdong.Yao@xxxxxxxxxxx]
> Sent: Tuesday, September 12, 2000 7:40 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: 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
> 


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


Current Thread