please i want to learn how to program in XML and interface with C++ programming language please i need a road map, related resources and where i can get them both free and paid for...

Recommended Answers

All 2 Replies

Member Avatar for GreenDay2001

Well there are several open source libraries available for C++:
1. Xerces XML Parser ( most complete, most popular, but huge and higher learning curve)
2. TinyXML ( small, simple, and easy to learn but doent support Schema, DTD etc...)
3. MSXML

You can also search for XML Parser in www.sourceforge.net.

There's also something called XMLLite from Microsoft. Read about that in MSDN but haven't tried it yet.

Member Avatar for GreenDay2001

Yes forgot to mention, there's another good XML parser for C called Expat

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.