Hi thanks for the very usefull post.
and if there is
<?xml version="1.0" encoding="UTF-8"?>
<Company>
<Division>
<Employee>
<name>Girish Tewari
</name>
<City>Haldwani</City>>
<Phoneno>1234567890</Phoneno>
</Employee>
</Division
<Division>
<Employee>
<name>Mahendra Singh
</name>
<City>Lucknow</City>
<Phoneno>123652314</Phoneno>`
</Employee>
</division>
</Company>
xml parsingRahul September 27, 2011 at 5:52 PM
Hi thanks for the very usefull post. and if there is <?xml version="1.0" encoding="UTF-8"?> <Company> <Division> <Employee> <name>Girish Tewari </name> <City>Haldwani</City>> <Phoneno>1234567890</Phoneno> </Employee> </Division <Division> <Employee> <name>Mahendra Singh </name> <City>Lucknow</City> <Phoneno>123652314</Phoneno>` </Employee> </division> </Company>
Post your Comment