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:

        at
org.dom4j.dom.DOMNodeHelper.notSupported(DOMNodeHelper.java:468)
        at
org.dom4j.dom.DOMDocument.createDocumentFragment(DOMDocument.java:226)
        at
com.sun.xml.messaging.saaj.soap.impl.BodyImpl.addDocument(BodyImpl.java:167)

Any plans to add support for DocumentFragment? I
searched the archives and saw a discussion in 2001 on
this topic but nothing since.

Thanks!

Jim


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to