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=4960>.
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=4960

cloneNode(Document) is broken again in 1.4.4

           Summary: cloneNode(Document) is broken again in 1.4.4
           Product: Xerces-J
           Version: unspecified
          Platform: All
               URL: http://www.ibiblio.org/xml/XInclude
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The cloneNode(Document) method broke in Xerces-J 1.4.4. It had been working in
1.4.3 through 1.4.0. The same problem occurred in 1.3.1 and earlier. This
affects my XInclude processor and anybody else who needs to clone a document.

org.w3c.dom.DOMException: Node type being imported is not supported
        at org.apache.xerces.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.ja
va:1051)
        at org.apache.xerces.dom.CoreDocumentImpl.cloneNode(CoreDocumentImpl.jav
a:348)
        at org.apache.xerces.dom.DocumentImpl.cloneNode(DocumentImpl.java:202)
        at com.macfaq.xml.DOMXIncluder.resolve(src/com/macfaq/xml/DOMXIncluder.j
ava:121)
        at com.macfaq.xml.DOMXIncluder.main(src/com/macfaq/xml/DOMXIncluder.java
:512)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to