Title: Message
How about using the JAXP API?
 
Document doc = ...;
Source source = new DocumentSource( doc );
 
see the end of the quick start guide for more details...
 

James
----- Original Message -----
Sent: Thursday, June 13, 2002 7:49 PM
Subject: [dom4j-user] Converting dom4j to saxon tree

I need to convert a dom4J Document into a Saxon tree to pass to Saxon during a transform.  Does anyone have some example code?  Does anyone know how to do it?  Even sample code for converting from a dom4j Document to another tree structure would be fine (JDOM for example).
 
Thanks!
 
 

Reply via email to