Hi, I am new to the list.
My problem is this: I am using a DOMParser and I have it set up to
validate against a XML schema. It seems to work for everything except the
datatypes it ignores them all together. These are the features I have set:
parser.setFeature("http://xml.org/sax/features/validation",true);
parser.setFeature("http://apache.org/xml/features/validation/schema",true);
parser.setFeature("http://apache.org/xml/features/validation/schema-full-che
cking",true);
parser.setFeature("http://apache.org/xml/features/validation/warn-on-duplica
te-attdef",true);
parser.setFeature("http://apache.org/xml/features/validation/warn-on-undecla
red-elemdef",true);
parser.setFeature("http://apache.org/xml/features/validation/warn-on-duplica
te-attdef",true);
Am I missing something?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]