PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3391 *** shadow/3391 Mon Sep 3 14:45:26 2001 --- shadow/3391.tmp.18123 Mon Sep 3 14:45:26 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | Document.cloneNode() fails to clone the DocumentType | + +----------------------------------------------------------------------------+ + | Bug #: 3391 Product: Xerces-J | + | Status: NEW Version: 1.4.3 | + | Resolution: Platform: All | + | Severity: Major OS/Version: All | + | Priority: Other Component: DOM | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The cloneNode() method in the org.w3c.dom.Document class fails to clone the + DocumentType if the DOCTYPE declaration contains an internal DTD subset. That + is, the clone Document does not possess a DOCTYPE declaration even the original + document did. cloneNode() works if the original document's DOCTYPE declaration + does not have an internal DTD subset. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
