There's a helper method
Document doc = DocumentHelper.parseText( "");
James
- Original Message -
From: "Carlos Barroso" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 18, 2002 4:10 PM
Subject: [dom4j-dev] New SAXReader meth
> Why doesn't the SAXReader class has a "read(String xmldoc)"!?
> Sometimes it's necessary to read a string which contains a XML document.
> I had a project that needed this functionality and got the work done
> inventing a little.
> But with a method like this it would have been "one line simple"
Hy there.
Why doesn't the SAXReader class has a "read(String xmldoc)"!?
Sometimes it's necessary to read a string which contains a XML document.
I had a project that needed this functionality and got the work done
inventing a little.
But with a method like this it would have been "one line simple