|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Merging XML Files
I think you can take a look at http://www.jenitennison.com/xslt/merging-docs.html this will give some basic idea. Sachidanandam.E.K Member Techinical Staff HCLT KT-ODC sachidanandam.kumaraswamy@xxxxxxxxxxxxxx <mailto:sachidanandam.kumaraswamy@xxxxxxxxxxxxxx> -----Original Message----- From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of alexandre bord Sent: Tuesday, July 23, 2002 3:26 PM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Merging XML Files Hi ! Suppose I have 2 XML files. Their schema is almost the same. For example : XML 1: <container> <grid name="ttt" number="1"> <attribute type="int" order="1" name="foo" required="true"/> <attribute type="int" order="3" name="bar" required="false"/> <attribute type="text" order="2" name="foobar" required="true"/> </grid> <grid name="ddd" number="2"> <attribute type="int" order="1" name="foo" required="true"/> <attribute type="int" order="3" name="bar" required="false"/> <attribute type="text" order="2" name="barfoo" required="true"/> </grid> </container> XML 2 : (less attributes) <container> <grid name="ttt" number="1"> <attribute type="int" order="1" name="foo" /> <attribute type="int" order="3" name="bar" /> <attribute type="text" order="2" name="foobar" /> </grid> <grid name="ddd" number="2"> <attribute type="int" order="1" name="foo" /> <attribute type="int" order="2" name="bar" /> <attribute type="text" order="3" name="barfoo" /> </grid> </container> * How could i update XML file #1 whith values from XML file #2, in a simple manner ? XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








