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

Split XML and output to different files

Subject: Split XML and output to different files
From: Juan Carlos Gonzalez <jcgonz@xxxxxxxxx>
Date: Wed, 20 Nov 2002 13:32:01 -0800 (PST)
split xml
Hi:

I want to split my xml file into multiples files. Any
idea of how to accomplish it?

This is an example of the input file:

"input.xml"
<root>
<npc id="1">
  <p pid="1"/>
  <p pid="2"/>
  <p pid="3"/>
</npc>
<npc id="2">
  <p pid="3"/>
  <p pid="4"/>
  <p pid="5"/>
</npc>
<npc id="3">
  <p pid="4"/>
  <p pid="5"/>
  <p pid="6"/>
</npc>
</root>

The outputs should be like:

"npc1.xml"
<npc id="1">
  <p pid="1"/>
  <p pid="2"/>
  <p pid="3"/>
</npc>

"npc2.xml"
 <npc id="2">
  <p pid="3"/>
  <p pid="4"/>
  <p pid="5"/>
</npc>

"npc3.xml"
<npc id="3">
  <p pid="4"/>
  <p pid="5"/>
  <p pid="6"/>
</npc>

Thanks

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

 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.