The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Manipulating XML file with C#
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

tunisianPosted Dec 22, 2010, 3:59 AM
<?xml version="1.0" ?> - <Books> - <book id="hello"> <author>hello</author> <title>hello</title> <genre>hello</genre> <price>20</price> <publish_date>01/01/2011</publish_date> <description>hello</description> </book> </Books>
Vladimir DimitrijevicPosted Sep 22, 2010, 7:33 AM
Hi Rajshree, Library.xml is missing from solution. Can you upload solution with xml file? Thanks, Vlad
vivek dwivediPosted Sep 17, 2010, 1:15 AM
nice.