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 Shirish Kulkarni <sh...@yahoo.com> on 2003/03/05 05:39:24 UTC

General Question about validation

 Hi, 
 
 I want to understand in details the difference
 between validation levels for Xerces C++ parser - 

 IDOMParser::Val_Auto;
 IDOMParser::Val_Always;
 
 I checked the API Documentation, but could not
 satisfy
 myself. 
 
 Please point me to the links / references. 
 
 Thanks, 
 Shirish
 

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: General Question about validation

Posted by Gareth Reakes <ga...@decisionsoft.com>.
Hi,

>  IDOMParser::Val_Auto;

Validate if a DOCTYPE is found

>  IDOMParser::Val_Always;

Validate whether a DOCTYPE is found or not.


Gareth

-- 
Gareth Reakes, Head of Product Development  +44-1865-203192
DecisionSoft Limited                        http://www.decisionsoft.com
XML Development and Services




---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org