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.