Bugs item #1192813, was opened at 2005-04-30 03:19 Message generated for change (Comment added) made by henryju 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: HttpUnit plugin >Group: Release 1.3 >Status: Closed >Resolution: Fixed 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: Julien HENRY (henryju) Date: 2006-06-22 13:48 Message: Logged In: YES user_id=1235926 Seems to be fixed in CVS. ---------------------------------------------------------------------- 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 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Jwebunit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
