Re: XML performance concerns

2010-12-07 Thread Illtud Daniel
patrice.god...@orange-ftgroup.com wrote: I'm handling big XML messages (they may be a few MB big). I'm concerned about potential performance issues. We handle XML files of up to 125MB in size, and we haven't had any problems from Camel. Is there any alternate DOM implementation available?

Re: XML performance concerns

2010-12-06 Thread Charles Moulliard
Hi Patrice, Camel uses the javax.xml.xpath librairies of the KDK. To parse the document, it uses DOM class of org.w3c.dom.Document, Node, ... But you can use a different documentType to convert the string into a Sax stream instead of a DOM /** * Configures the document type to