Hey,
Is there any way to modify an XML file in ASP.net?
Sure, look at the XmlDocument class (it is very helpful for modifying XML files).
Namely all the .NET Framework XML classes include innovations that offer convenience, better performance, and a more familiar programming model etc. than the older industry standards such as DOM, XPath, XSD, and XSLT.
Leave a Reply
You must be logged in to post a comment.