It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming Visual Basic Forum

how to convert two XML onto a new format using VS2008

Moderator: dafunkymunky

how to convert two XML onto a new format using VS2008

Postby anniecheng0816 on Mon Oct 20, 2008 4:43 pm

there are two xml file, xml1.xml and xml2.xml, how to convert them onto a new format(userxml)?
xml1.xml
<?xml version="1.0" encoding="UTF-8"?>

<pets>
<pet name="Maximillian" type="pot bellied pig" age="3">
<friend name = "Augustus"/>
<frined name = "Nigel"/>
</pet>

<pet name="Augustus" type="goat" age="2">
<friend name = "Maximillian"/>
</pet>

<pet name="Nigel" type="chipmunk" age="2">
<friend name = "Maximillian"/>
</pet>
<pets>

xml2.xml
<?xml version="1.0" encoding="UTF-8"?>

<cat>
<cat name="Chader" type="pot bellied pig" age="3">
<partner name = "Lucky"/>
<partner name = "Nisom"/>
</cat>

<cat name="Yamilia" type="chipmunk" age="2">
<partner name = "Chader"/>
</cat>

<cat name="Suili" type="goat" age="2">
<partner name = "Chader"/>
</cat>
<cat>

after convert the two xml file, how to save the new format userxml into oracle database?
anniecheng0816
 
Posts: 5
Joined: Mon Oct 20, 2008 4:15 pm

Who is online

Users browsing this forum: No registered users and 7 guests