DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28220>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28220 Fatal Error:The prefix "xmlns" cannot be bound to any namespace explicitly ------- Additional Comments From [EMAIL PROTECTED] 2004-04-07 18:59 ------- The W3C Namespaces in XML Recommendation and Errata [1][2] state that the prefix xml is bound by definition to the namespace http://www.w3.org/XML/1998/namespace. It may not be bound to any other prefix, and if declared it must be bound to this namespace, however you don't need to declared it. This is why the uri http://www.w3.org/XML/1998/namespace is reported for xml:lang. Turning off namespace processing will cause the parser to only process your documents as per the rules of XML 1.0 without namespaces. If that's truly what you want yes you can turn namespace processing off [3]. [1] http://www.w3.org/TR/REC-xml-names/#nsc-NSDeclared [2] http://www.w3.org/XML/xml-names-19990114-errata#NE05 [3] http://xml.apache.org/xerces2-j/features.html#namespaces --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
