Re: [xml-dev] c++ validating parser for xml

From
Thomas B. Passin <>
To
"''" <>
Date
2004-01-09T14:04:35Z
ID
<>
Thread
Re: [xml-dev] c++ validating parser for xml
Eliasen Jan wrote:
> I need to write a C++ program that takes an xml-document as input, and
> checks that it is valid xml and also validates the xml against a DTD.
>  

Do you need to hand the results to some more C++ code, or do you just 
need to report the results?  In the latter case, you can use any 
validating parser via a system call.

Cheers,

Tom P