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]

RE: union elements in multiple xml documents


Look into the document() function.

Axel

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]