You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2004/04/06 03:24:30 UTC

DO NOT REPLY [Bug 28220] New: - Fatal Error:The prefix "xmlns" cannot be bound to any namespace explicitly

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

           Summary: Fatal Error:The prefix "xmlns" cannot be bound to any
                    namespace explicitly
           Product: Xerces2-J
           Version: 2.6.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: JAXP
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: shana_tong@hotmail.com
                CC: shana_tong@hotmail.com


My xml contains this:
<name xml:lang="en">

once it is passed to org.apache.xerces.jaxp.SAXParserImpl.parser method,
'xmlns:xml="http://www.w3.org/XML/1998/namespace"' is added:

<name xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace">

if sending a request containing above, got an error from Microsoft UDDI registry
server reply:
Fatal Error: URI=null Line=1: The prefix "xmlns" cannot be bound to any
namespace explicitly; neither can the namespace for "xmlns" be bound to any
prefix explicitly.

The same problem is also posted at
http://www.mail-archive.com/axis-user@xml.apache.org/msg18211.html

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org