hello frnd,
i have a XML document i want to read complete XML with DOM.
how can i do it...
cay code sample or link ????
thankx in advance
regards,
koolprasad2003
Printable View
hello frnd,
i have a XML document i want to read complete XML with DOM.
how can i do it...
cay code sample or link ????
thankx in advance
regards,
koolprasad2003
The .NET Framework has an entire namespace dedicated to XML, so I'd suggest that would be the place to start. If you want to read the XML code only then the XmlReader class would be your man. If you type xmlreader into the index of your local MSDN Library and click on about XmlReader class you'll get several useful matches. If you want to be able to edit the XML then an XmlDocument object would the way to go.