You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Arnaud Malguy <Ar...@xps-pro.com> on 2001/02/12 19:30:29 UTC

Validate a DOM Document against its DTD

Hi,

I need to validate a DOM node (result of XSLT transfo.) against it's
DTD. I work in xerces-xalan c++ environnement under Solaris.
To link DOM node with a DTD, I see the function createDocumentType (in
xerces c++) and then think i can create this link but i don't see how to
run the validation's control.
I look a bit the XMLValidator class but i don't find what i need.

Can somebody help me ?

Thanks.
Arnaud.