xsl-list
[Top] [All Lists]

Re: Spliting one XML to multiple XML docs using XSL

2002-10-25 01:41:12
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(_at_)design(_dot_)ru | http://www.design.ru


----- Original Message -----
From: "Dennis" <maillistboxes(_at_)yahoo(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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