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=7565>. 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=7565 Attributes in different namespaces produce a Fatal Exception [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-04-03 22:04 ------- Fix is in CVS. In your schema (xsd), you are declaring an attribute wildcard (##other) with strict processing (default). So, the parser will try to find an attribute declarations for MyPrefix:MyAttributeName and MyPrefix:AnotherAttrib which do not exist and will flag that as an error. You need to modify the wildcard attribute so that its processContent is lax. Regards, Khaled --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
