Re: [dom4j-dev] org.w3c.dom.Document

2002-02-10 Thread James Strachan
DOMReader domReader = new DOMReader(); Document document = domReader.read( domDocument ); James - Original Message - From: "Spam Cut" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 09, 2002 8:04 PM Subject: [dom4j-dev] org.w3c.dom.Document

[dom4j-dev] org.w3c.dom.Document

2002-02-09 Thread Spam Cut
How do I convert a org.w3c.dom.Document to a org.dom4j.Document? Perhaps the DocumentFactory and DocumentHelper classes should contain a method such as the following... public static org.dom4j.Document createDocument(org.w3c.dom.Document document); ...which would imply that implementations of o