how to convert a XML tree to an object tree (SAX parser used)

Hi,I need to design the framework which will convert an XML tree to an object tree. Is there any standard way of handling this. parser used will be SAX. This will be used by lot of places in the application.
[229 byte] By [priyanka12] at [2007-9-26 1:19:10]
# 1
Is there any reason why you are not using a DOM DocumentBuilder rather than SAX, which should get you the desired results ?
shirish_wagh at 2007-6-29 0:51:12 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...