Bugs item #1192813, was opened at 2005-04-29 18:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1192813&group_id=61302
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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1192813&group_id=61302 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Jwebunit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
