[jdom-interest] ArrayIndexOutOfBoundsException in SAXBuilder.build()
Steven Haines
lygado at yahoo.com
Fri Oct 6 14:45:05 PDT 2000
Hi All,
I have just started adoption JDOM over the traditional
SAXParser and DOM, but I have a bit of a problem.
Following the example in Javaworld I am receiving a
hoard of ArrayIndexOutOfBoundsException exceptions in
my call to builder.build(), here is the code:
SAXBuilder builder = new SAXBuilder();
Document doc = builder.build( new File(strXmlFile) );
More information about the jdom-interest
mailing list