Hello, I am using the commandline fop version for converting Docbook XML to PDF. How can I change the XML parser to Crimson?
Greetz, Martin Xaus, Jaume wrote: > > > > > > > Dear friends, > > We are using FOP api in order to build PDF documents from large Xml files. > > The FOP package distribution contains Xerces as xml parser. ([Debug] Using > org.apache.xerces.parsers.SAXParser as SAX2 Parser) > > This library give very poor performance where xml file is large. > > We improved up to 3000% the performance simplement changin Xerces for > Crimson library.([Debug] Using org.apache.crimson.parser.XMLReaderImpl as > SAX2 Parser) > > Does anyone know the reason off this performance difference ? > Thanks > > > HYPERLINK "http://www.intarex.com/"HYPERLINK > "http://www.intarex.com/"HYPERLINK "http://www.intarex.com/"HYPERLINK > "http://www.intarex.com/"HYPERLINK "http://www.intarex.com/"Jaume Xaus > Director Departament Java [EMAIL PROTECTED] > > ?La confianza, como el arte, nunca proviene de tener todas las respuestas, > sino de estar abierto a todas la preguntas.? Earl Gray Stevens. > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
