Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
I am working on generalized component which is developed in C# .net. In this component i get an XML file as input parameter. After process I have to create a new XML File and write my Output into it. I do google and found many solutions but not sure which is the best approach to follow.
Please suggest as i don't have so much experience in XML Operations.
Thanks
Nilesh Rathod
Posted

Refer this link to manipulate with xml data's

Manipulate XML data with XPath and XmlDocument (C#)[^]
 
Share this answer
 
I think it is better to use XmlReader for reading xml files.

Refer this link: http://stackoverflow.com/questions/5827668/how-to-read-xml-file-using-xml-reader[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900