Ismail Nalwala wrote: > > thanks Dane, Andy and Scott for your replies and insight. > Andy, I was wondering however if you could clarify what you mean by JDOM is > not > a parser but a data structure. I realizes it uses a different interface and > has > its own representation of a Document but are you implying that it is not a > standalone parser?
Right, JDOM is a data model. The data model can be built in many ways, most commonly from a file using a SAX parser of your choice, although some like to build from a database for example. The site http://jdom.org explains in detail. -jh- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
