Hi!
Look At: http://ecerami.com/xerces/ <http://ecerami.com/xerces/>  Theres an
Example of an validating parser written with xerces!
 

-----Urspr�ngliche Nachricht-----
Von: Matt Minyard [mailto:[EMAIL PROTECTED]
Gesendet am: Donnerstag, 22. Februar 2001 17:29
An: [EMAIL PROTECTED]
Betreff: Validation ?

Hi, 
 
    I'm having a problem using the validating feature.  I'm using the
following code to create the parser and set validiation to true (I thought),
but documents with invalid tags are not generating exceptoins.  Any ideas?
 
dom = new DOMParser();
dom.setFeature(" http://xml.org/sax/features/validation
<http://xml.org/sax/features/validation> ", true);
 
Thanks,
 
Matt

Reply via email to