You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Maitreyee Pasad <pa...@gst.com> on 2000/06/14 15:51:15 UTC

Validation of XML Schema features

Can anyone tell me about the xml-schema typechecking support in xerces-j
1_1_1

In my schema I specified an element 'cost' to contain type="decimal" but
I inserted character data into the xml file.

The xerces-j DOMParser didnot throw an exception.

Does xerces-j support XML Schema typechecking?

Also is it possible to determine the data type for an attribute of an
element?


Maitreyee Pasad