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=13420>. 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=13420 Dynamic Validation not ignoring complex type without schema [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-10-10 22:33 ------- There might be some misunderstanding of the meaning of "dynamic validation". The description of this feature is "The parser will validate the document only if a grammar is specified." Note it's the *document*. In Xerces, when this feature is on, if no element declaration/type definition can be found for the *root element*, we'll skip the validation for the whole document; but if such decl/defi can be found, we'll validate the whole document. This is allowed by the schem spec: parsers can either skip or laxly validate the content of an element if no decl/defi is found for it. But in your example, it *is* an error if an xsi:type can't be resolved, and we have to report it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
