Subject: Re: Spliting one XML to multiple XML docs using XSL
From: Dennis <maillistboxes@xxxxxxxxx>
Date: Mon, 28 Oct 2002 00:22:19 -0800 (PST)
|
I am only looking for XSL solution.
I know it's possible through DOM API.
-Dennis
--- "Serge I. Zolotukhin" <serge@xxxxxxxxx> wrote:
> 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: 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
>
__________________________________________________
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
|