XML
-
Hi everyone I have an XML file which I can read from using XmlDocument, XPath and XmlTextReader and all is well this far. But is there a way that I can write data to an XML file, lets say entered from textboxes using the XmlDocument class?:confused: Please I will appreciate any kind of help.. :doh:
-
Hi everyone I have an XML file which I can read from using XmlDocument, XPath and XmlTextReader and all is well this far. But is there a way that I can write data to an XML file, lets say entered from textboxes using the XmlDocument class?:confused: Please I will appreciate any kind of help.. :doh:
-
Hi everyone I have an XML file which I can read from using XmlDocument, XPath and XmlTextReader and all is well this far. But is there a way that I can write data to an XML file, lets say entered from textboxes using the XmlDocument class?:confused: Please I will appreciate any kind of help.. :doh:
XmlDocument has a Write method, doesn't it?
-
Hi everyone I have an XML file which I can read from using XmlDocument, XPath and XmlTextReader and all is well this far. But is there a way that I can write data to an XML file, lets say entered from textboxes using the XmlDocument class?:confused: Please I will appreciate any kind of help.. :doh: