Sandeep, As long as AELFred2 is (JAXP) SAX2 compliant, there should not be any problems. Have a look at castor.properties, which defines the following property:
# Defines the default XML parser to be used by Castor. # The parser must implement org.xml.sax.Parser. # org.exolab.castor.parser=org.apache.xerces.parsers.SAXParser If AELFred2 happens to be implementing this (SAX) interface, you should be fine. Werner Sandeep wrote: > Hi > > Can I use the AELFred2 SAX2 parser which comes with GNU JAXP? > > What changes should I make to use this parser by the > unmarshaller/marshaller framework. > > I have a single mapping file, a xml file and POJOs to work with. The > xml file is huge, contains around some 15x100K tag-pairs! > > So, I need to evaluate some parsers for speed. > > Can anybody suggest me which parser can I test with for speed. It > should work with Castor as I need the data binding part too. > > TIA > ~Sandeep > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

