DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9623>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9623 NullPointerException when trying to parse a schema that includes another schema [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|NullPointerException when |NullPointerException when |trying to parse XMLScema.xsd|trying to parse a schema |that used to work with |that includes another schema |Xerces | ------- Additional Comments From [EMAIL PROTECTED] 2002-06-05 12:42 ------- I tested also with a simple schema that includes another schema and get the same problem, so I changed the summary. See a simple test schema below: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:include schemaLocation="included.xsd"/> <xs:element name="includer"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="v1"/> <xs:enumeration value="v2"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:schema> (it seems that the entity resolver is null) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
