|
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
|
