Click here to Skip to main content
15,868,340 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm New to XML and have VC++6.0 compiler but don't know which MSXML core service will support to parse the xml file and store the element in vector.

Thanks
Ramesh
Posted

it depends how complex your xml is, and what you want. You can use some homebrewn stuff and also bigger parsers.

If you to stick to the sticky MSXML look at this article.

Other libraries are TinyXML or Sax...
 
Share this answer
 
Take a look at XmlLite[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900