>       that is what the parser does if validation is off/ there is no
> reference to a DTD.


Ok, and to enable this, do I call something like this:

parser->setValidationScheme( AbstractDOMParser::Val_Always );

Is that all that's required?  Also, if the document isn't valid, will it
just throw an exception?
Many thanks!
Peter


 
> > I'm running the Xerces C++ Parser (I assume this is the 
> correct group for
> > these questions).  I'm wondering if there is some way to do 
> basic XML
> > validation using the parser?  By this, I mean validate that 
> it's well
> > formed, but not validate it against a DTD or Schema.  Is 
> this possible?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to