[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Spliting one XML to multiple XML docs using XSL

Subject: Re: Spliting one XML to multiple XML docs using XSL
From: "Serge I. Zolotukhin" <serge@xxxxxxxxx>
Date: Fri, 25 Oct 2002 12:41:12 +0400
split xml using xsl
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.