[jdom-interest] Can't get b5 to build (SAXbuilder refs Attributes.getQName(i) which isn't a method in the xerces.jar supplied)
Dino Fancellu
dino.fancellu at ntlworld.com
Tue Oct 10 05:20:17 PDT 2000
Yep, SAXBuilder.java tries to do
String attQName = atts.getQName(i);
Yet the org.xml.sax.Attributes supplied in lib\xerces.jar has no such method
I note that in b4 the SAXBuilder had its own internal getQName() method, so
worked ok.
Is the xerces.jar file out of date?
Dino.
More information about the jdom-interest
mailing list