You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Matt Minyard <mM...@AddOnSystems.com> on 2001/02/22 17:28:58 UTC

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", true);

Thanks,

Matt