how to get xml into java object
843834Jan 22 2002 — edited Jan 23 2002yo
i want to get the xml doc into some object like Document
i have downloaded code:
public class Echo extends org.xml.sax.helpers.DefaultHandler
this class compiles fine but when i instantiate the class in code i get:
"Exception in thread 'main' java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler"
Please, what does this mean and how do i get this to recognise that i want to use a specific parser
thanks a lot