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=22531>. 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=22531 <xsd:annotation/> versus <xsd:annotation></xsd:annotation> [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Minor ------- Additional Comments From [EMAIL PROTECTED] 2003-08-19 18:58 ------- I looked into this, and the problem was caused in SchemaDOMParser#emptyElement(). The problem was that endAnnotationElement() was being called before schemaDOM.emptyElement(). I've changed the severity to minor, because this error only occurs in the case when an empty annotation element occurs (which should be pretty rare). It does not represent a mishandling of empty elements in general. I'll submit a patch shortly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
