You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by "alessandra.brindisi@virgilio.it" <al...@virgilio.it> on 2011/09/07 17:59:45 UTC

Validation documents with SAX in C++

 Hello, you can have some indication of the methods used to check whether an XML document conforms to a DTD or XSD with SAX in C++.
Thank you. Alessandra greetings. 

Re: Validation documents with SAX in C++

Posted by Vitaly Prapirny <ma...@mebius.net>.
alessandra.brindisi@virgilio.it wrote:
>   Hello, you can have some indication of the methods used to check whether an XML document conforms to a DTD or XSD with SAX in C++.
> Thank you. Alessandra greetings.

Hi,

Please look at the SAX2Count sample source code from the Xerces-C++
source distribution.

Good luck!
    Vitaly