I have an XML
element that looks like this:
<QuantityValue>9999999</QuantityValue>
My schema defines
this element like this:
<xs:element name="QuantityValue"
type="xs:double"/>
Schema Validation
errors with the parser org.apache.xerces.parsers.SAXParser, errors with this
message:
Invalid content starting with element 'QuantityValue'. One of '{"":CP}' is
expected.
Could this be a bug
in SAXParser. If not, can anyone explain the error?