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=7685>. 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=7685 xerces error parsing xml-file with xml:lang attribute in it ------- Additional Comments From [EMAIL PROTECTED] 2002-04-03 18:48 ------- 1. Try to use the latest Xerces. You can get it from http://gump.covalent.net/jars/latest/xml-xerces2/ 2. There are apparent errors in your xsd file: 2.1 You missed "XML/" in your namespace declaration for "xml". (In fact, the parser binds "xml" prefix to its namespace automatically, so you don't need to declare it.) 2.2 <xs:attribute> can't appear directly under <xs:element>. You need a <xs:complexType> between them. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
