Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML with C++

Status
Not open for further replies.

thebarslider

Programmer
Dec 21, 2001
80
GB
Dear All,

Just wondering if anyone knows if there is an C++ library for creating an XML document or should i simply create it myself in the program? I wish to store information using my own defined headings.

Mark Butler.
 
>> create it myself in the program?

I don't suggest that. There are several XML parsers you can use.

The Microsoft Parser is somewhat simple to use (IMHO) given that you can just #import the type library and get a bunch of code generated to work with the COM interfaces using smart pointers.

Now supposedly it's slow. I am not completely convinced yet.

Also the Apache Xerces parser is available at
There are others but those two are the ones i am familiar with.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top