Click here to Skip to main content
16,017,261 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to read xml files in vc6.0
Posted

Try using any XML library[^].
 
Share this answer
 
1) use MSXML interface. google the keyword IXMLDOMNode, IXMLDOMDocument, you can find many applications.
2) XMLite ->[^]
 
Share this answer
 
Depeding on your needs:
1) Either a lightweight XML library like tinyXML[] (I recommand this one, bery easy to use).
2) A databinding library like CodeSynthesis[]. Basically, it generates C++ class based on your schema definition. When reading an XML file, you then manipulate your own objects instead of manipulating an XML document.
 
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