I just started using JIBX XML data binding framework. It is really
amazing.
I am wondering while we have frameworks such as castor for XML data
binding, Do we really need to use Xerces or JDOM or other low level
parsing packages in development (Is there any situation in which we
prefer low level xml parsing packages to XML Data binding frameworks)
?