Title: Message
I need to pass a dom4J Document to an xslt transformation as an xslt parameter.  I'm using Saxon.  Does anyone know if I can just pass the dom4J Document object  using Transformer.setParameter() from TrAX, or do I have to convert it into a w3c DOM first?
 
Also, how do I convert a dom4j Document into a w3c DOM?

Reply via email to