Bugs item #1192813, was opened at 2005-04-30 03:19 Message generated for change (Comment added) made by kieselhorst You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1192813&group_id=61302
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Avram Cherry (alannon) Assigned to: Nobody/Anonymous (nobody) Summary: DOMException NOT_SUPPORTED_ERR when using DOCTYPE Initial Comment: When trying to run any test that involves parsing the DOM for element ids, xerces complains about trying to import the DOCTYPE node, if the document contains one. This is a long-standing problem. Perhaps a way around this is to not try to import the document itself, but only all of its elements, except for the DOCTYPE directive, assuming the document has one? Xerces's CoreDocumentImpl has a cloneNode method has an importNode() method signature that specifically allows to specify that you're trying to clone, but this is a private method. Anyone know a way around this? Here's an example e-mail of someone else's experience with the problem: http://www.mail-archive.com/[email protected]/ msg00092.html ---------------------------------------------------------------------- Comment By: Dennis Kieselhorst (kieselhorst) Date: 2006-06-08 09:52 Message: Logged In: YES user_id=1223774 Look here: http://sourceforge.net/tracker/index.php?func=detail&aid=1043363&group_id=6550&atid=106550 http://issues.apache.org/jira/browse/XERCESJ-1021 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1192813&group_id=61302 _______________________________________________ Jwebunit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
