Hi Guys,
can anyone tell me how can i convert plain text to XMl.thanks
sadhawan 0 Light Poster
Recommended Answers
Jump to PostAn XML file can be created and edited using an XmlDocument object and other classes from the System.Xml namespace.
However, there are other ways to create XML documents (e.g. from a DataTable or DataSet).
It depends very much on what you mean by "plain text".As spdesings pointed out …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.