On Thursday 04 September 2008 3:44:30 am sedo wrote: > Hi, > when i use <jaxb:dom> binding it generates org.w3c.Document. > How can I switch to dom4j Document? Is it possible?
This is definitely a question for the jaxb lists: http://jaxb.dev.java.net That said, I think dom4j has a DOM api compatible version. The problem is they don't have a compatibly document builder or anything that JAXB would use to create the document. I'm not sure how hard it would be to write one. Again, that's more of a question for the jaxb list though. -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
