Hi -

I am using HTTPUnit 1.5.4 (same for 1.5.3).  Whenever I try to call WebResponse.getDOM, I get the following error....

org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not support the requested type of object or operation.
    at org.apache.xerces.dom.CoreDocumentImpl.importNode(Unknown Source)
    at org.apache.xerces.dom.CoreDocumentImpl.importNode(Unknown Source)
    at org.apache.html.dom.HTMLDocumentImpl.cloneNode(Unknown Source)    at com.meterware.httpunit.ParsedHTML.getDOM(ParsedHTML.java:766)
    at com.meterware.httpunit.WebResponse.getDOM(WebResponse.java:427)

I am using NekoHTML and am not sure if I can use Tidy because I am also using Cactus 1.5.

Any help is greatly appreciated...
Dorothy