I stuck here, Here is my scenario:
My xml data is like this:
I want to save as new xml file with only the following data:
Advance thanks,
Darma
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 30, 2014, 7:24 AM
suman kalyanPosted Jun 30, 2014, 9:26 AM
Better u convert Xml data first to one Dataset [ ds.WriteXml();]
then u can convert that dataset to Xml format [ds.ReadXml]syntaxes
darma tejaPosted Jun 30, 2014, 9:15 AM