Re: [xsl] Spliting one XML to multiple XML docs using XSL

Subject: Re: [xsl] Spliting one XML to multiple XML docs using XSL
From: "Serge I. Zolotukhin" <serge@xxxxxxxxx>
Date: Fri, 25 Oct 2002 12:41:12 +0400
Hello.

What's the prob? Use DOM to split XML. If u want to reverse process back,
use special attrs while merging. Like this:

XML1: <el a="1" />
XML2: <el a="2" />

GERGED XML:

<merged>
    <el a="1" my:source="XML1" />
    <el a="2" my:source="XML2" />
</merged>

ok?

Serge I. Zolotukhin
____________________________________________________________
production engineer | serge@xxxxxxxxx | http://www.design.ru


----- Original Message -----
From: "Dennis" <maillistboxes@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, October 25, 2002 11:21 AM
Subject: [xsl] Spliting one XML to multiple XML docs using XSL


> Hi All,
>
> Is it possible to split the imput XML into multiple
> XML trees??
>
> I am merging the multiple xml files using XSL, I want
> the reverse of it.
>
> Any suggestion or tips & tricks are welcome.
>
> Thanks
> Dennis
>
> __________________________________________________
> Do you Yahoo!?
> Y! Web Hosting - Let the expert host your web site
> http://webhosting.yahoo.com/
>
>  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