Any efficient XML parser for C++?

C

cutecutemouse

I'm using TinyXML right now and found it not enough efficient to
process large files because it should initialize a new instance and
save it to file while creating a new XML node.

Thanks in advance.
 
T

ToMo

cutecutemouse said:
I'm using TinyXML right now and found it not enough efficient to
process large files because it should initialize a new instance and
save it to file while creating a new XML node.

Xerces?
 
A

AnonMail2005

I'm using TinyXML right now and found it not enough efficient to
process large files because it should initialize a new instance and
save it to file while creating a new XML node.

Thanks in advance.

We use a C++ wrapper around libxml. The wrapper is extremely thin and
the underlying library is very efficient (at least for what we use it
for).

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,173
Messages
2,570,938
Members
47,474
Latest member
VivianStuk

Latest Threads

Top