[
Lists Home |
Date Index |
Thread Index
]
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
|