XML library for C++

A

allnor

Hi folks.

Are there any portable XML libraries for C++ out there?
I know about the Qt library, but it seems to be 'non-validating'.
If I understand things correctly this means that it can't be used
with XML schema.

Is this correct? If so, are there any workarounds to use a
'non-validating' XML parser with XML schema?

Rune
 
I

Ian Collins

Hi folks.

Are there any portable XML libraries for C++ out there?
I know about the Qt library, but it seems to be 'non-validating'.
If I understand things correctly this means that it can't be used
with XML schema.

Is this correct? If so, are there any workarounds to use a
'non-validating' XML parser with XML schema?
If I understand what you are asking no, you are not correct. A
non-validating parser will simply parse the XML and ignore the schema.
 

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

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top