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 23:31 ------- The error message shows: "The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly." and the statement in http://www.w3.org/XML/xml-names-19990114-errata#NE05: "The prefix xmlns is used only to declare namespace bindings and is by definition bound to the namespace name http://www.w3.org/2000/xmlns/. It must not be declared. No other prefix may be bound to this namespace name." My understanding is it complains about the prefix "xmlns" is bound to a namespace explicitly. It is not permitted because it is already bound to http://www.w3.org/2000/xmlns/ namespace by definition. We can't declare it. Can I conclude that 1) this is not valid <name xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace"> Correct? If yes, 2)is that because we add uri "http://www.w3.org/XML/1998/namespace" in the startElement during namespace processing in xcerse, xcerse adds the binding to the xml document? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
