Re: [dom4j-dev] New SAXReader method...

2002-06-18 Thread James Strachan
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

Re: [dom4j-dev] New SAXReader method...

2002-06-18 Thread bob mcwhirter
> 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"

[dom4j-dev] New SAXReader method...

2002-06-18 Thread Carlos Barroso
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