[jdom-interest] Build From a String Performance Problem?
McFarland, Todd
Todd.McFarland at fmr.com
Thu Dec 14 09:43:06 PST 2000
> -----Original Message-----
> From: McFarland, Todd
> Sent: Thursday, December 14, 2000 11:28 AM
> To: 'jdom-interest at jdom.org'
> Subject: Build From a String Performance Problem?
>
>
> I think I'm missing something here!
> The second line of code takes about 3 seconds to execute, which makes the
> parser unusable for me.
> The microsoft parser however, is instantanious. Can anyone comment?
>
> String sXML = "<TestX><Val1>some value</Val1></TestX>";
> Document doc = new org.jdom.input.SAXBuilder().build(new
> StringReader(sXML));
>
> Thanks,
> - Todd
>
More information about the jdom-interest
mailing list