Originally posted by snitu
Reading a xml file and write it to a text file
Collapse
X
-
-
You must use an asp file starting with
Code:<%@ LANGUAGE="JavaScript" %>
Please let me know if you need any syntax help.Comment
-
-
Originally posted by marchmirchiI want it in C# way of parsing XML file and writing it to in text file.......
Use XMLDocument to read XML files, like this article.
And one method to write text files here.Last edited by Frinavale; Oct 15 '10, 08:16 PM.Comment
-
Hi,
I am loading a xml file using javascript in Pocket Internet Explorer for local HTML file. I am not able to save the xml file back to the PPC device.
Code:foodXML = new ActiveXObject("Msxml2.DOMDocument"); newElement = foodXML.createElement(textstr); foodXML.appendChild(newElement); foodXML.save("test.xml");
Thanks
JaikantLast edited by Frinavale; Oct 15 '10, 08:17 PM.Comment
-
jack baver
Reading a xml file and write it to a html file using c#
how to read a xml file and write it in to a html file using c#Comment
Comment