Mar 5, 2006 #1 NMDUC Programmer Mar 4, 2006 61 VN Hi, Can you tell me some simple open souce DOM parser, please? I want to read its code in C/C++ or Java to know how to parse XML document to DOM. I got the Xerces but it 's too complicated for me. I need only the source code for parsing. Thank in advance.
Hi, Can you tell me some simple open souce DOM parser, please? I want to read its code in C/C++ or Java to know how to parse XML document to DOM. I got the Xerces but it 's too complicated for me. I need only the source code for parsing. Thank in advance.
Mar 6, 2006 #2 JontyMC Programmer Nov 26, 2001 1,276 GB How about: http://www.perfectxml.com/articles/XML/XMLParser.asp or: http://www.devx.com/xml/Article/10100 Jon "I don't regret this, but I both rue and lament it. Upvote 0 Downvote
How about: http://www.perfectxml.com/articles/XML/XMLParser.asp or: http://www.devx.com/xml/Article/10100 Jon "I don't regret this, but I both rue and lament it.
Mar 6, 2006 Thread starter #3 NMDUC Programmer Mar 4, 2006 61 VN Thank you very much. I will try. Upvote 0 Downvote