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=13729>. 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=13729 name of root node is not being enforced by schema [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-10-17 14:47 ------- The meaning of "dynamic validation" might have caused some confusion in the schema world. This feature was originally for DTD: validate the instance only when a DOCTYPE is available. But for schema, it's not that simple. Our current interpretation of "dynamic validation" for schema is: validate the instance only when an element declaration or a type definition can be found for the root element. (Better suggestion welcome.) So when you change the name of the root element, the parser won't be able to find a decl/defi for it, hence skip the whole documen. If you want to enforce schema validation, then don't turn on "dynamic validatoin". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
