Re: General Question about validation

2003-03-05 Thread Gareth Reakes
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 Limitedhttp://www.decisionsoft.com XML Development an

General Question about validation

2003-03-04 Thread Shirish Kulkarni
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 __