posted 19 years ago
Thanx.I already started off with jdom by going thru the docs.Right now just stuck with ResultSetBuilder where I get resultset from database and then my output is an xml file.I need to get jdom-contrib which contains this class.Did that also and included the jdom-b9-contrib into my classpath also.But when i do an import org.jdom.contrib.input.ResultSetBuilder I get an error saying that this particular class is not found.Is it clash of naming
coz I also import org.jdom.* which is from the (jdom.jar) file.Plz Help.