A
Andrew
I am having some problems with JDOM in Builder 9 version. I ve
actually used all the latest JDOM libraries but it seems that the
RunTime environment keeps giving me JDOMExceptions whetever I do.
When I am using a SAXBuilder from the org.jdom.input.SAXBuilder like:
SAXBuilder builder = new SAXBuilder();
builder.build(new File("file.xml"));
and then try to make another builder in the same program :
SAXBuilder builder2 = new SAXBuilder();
builder.build(new File("file2.xml"));
I get a JDOMException error. What I basically want to do is to parse
more than one xml files in memory in the same application. Why is
there a problem ???
Any help would be very much appreciated
Andrew
P.S: I also get an exception when compiling using the "standard" sun
compilers.
actually used all the latest JDOM libraries but it seems that the
RunTime environment keeps giving me JDOMExceptions whetever I do.
When I am using a SAXBuilder from the org.jdom.input.SAXBuilder like:
SAXBuilder builder = new SAXBuilder();
builder.build(new File("file.xml"));
and then try to make another builder in the same program :
SAXBuilder builder2 = new SAXBuilder();
builder.build(new File("file2.xml"));
I get a JDOMException error. What I basically want to do is to parse
more than one xml files in memory in the same application. Why is
there a problem ???
Any help would be very much appreciated
Andrew
P.S: I also get an exception when compiling using the "standard" sun
compilers.