Hi,
I am using xalan 2.7.1 for xml schema validation
and I have schema with below grammer
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="messageIdScheme" type="xsd:anyURI" use="required"/>
</xsd:extension>
</xsd:simpleContent>
and my xml message is below
<fpml:header>
<fpml:messageId
messageIdScheme="www|somesite.com">stringString</fpml:messageId>
<fpml:sentBy>stringString</fpml:sentBy>
<fpml:creationTimestamp>2007-01-01T01:01:01</fpml:creationTimestamp>
</fpml:header>
Apache xerces parser is validating successfully though "|" is not valid
character in URI.
Please help me in this why Apache parser is behaving like this
Thanks
Ajay
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]