[dom4j-user] DOMDocument.createDocumentFragment not supported

2005-02-10 Thread Jim Bugwadia
Hello, I am using DOM4J and am using SAAJ for SOAP messaging. SAAJ uses a W3C DOM. To optimize conversions between DOM4J and W3C DOM, I was attempting to use the DOMDocument and related classes. However, SAAJ seems to be using DocumentFragment which is not supported in DOM4J. This results in:

[dom4j-user] DOMDocument.createDocumentFragment not supported

2005-02-10 Thread Jim Bugwadia
Hello, I am using DOM4J and am using SAAJ for SOAP messaging. SAAJ uses a W3C DOM. To optimize conversions between DOM4J and W3C DOM, I was attempting to use the DOMDocument and related classes. However, SAAJ seems to be using DocumentFragment which is not supported in DOM4J. This results in: