You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/04/04 00:04:39 UTC

DO NOT REPLY [Bug 7565] - Attributes in different namespaces produce a Fatal Exception

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

knoaman@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From knoaman@ca.ibm.com  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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org