Re: XML Manipulation (Srinivas Cheruku)
"Nick MacDonald" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
> VTD-XML is very good at doing what you described... Actually, I'm sure Jimmy may be amazed, but I would possibly agree with him on this count... although it would really depend on what you need to do... whether or not you need DOM functionality. Despite what he will say, VTD-XML is no much more than a compressed DOM representation. The thing to be wary of here is motive... the licensing of VTD-XML is not quite the same as the completely open license of eXpat. Nick > I understand that expat is used for XML Parsing. > I need to manipulate the XML data read from a xml file by changing certain node values. > Can i use expat for this type of XML manipulation? > If so, can anyone direct me to the sample code for XML manipulation?