[jdom-interest] Build From a String Performance Problem?
McFarland, Todd
Todd.McFarland at fmr.com
Thu Dec 14 08:27:50 PST 2000
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