I have a question about XSLT and Xalan Processor. We are using XSLT 1.0 and Xalan-j_2_4_1 processor to parse XML document. Our requirement is to process large XML document. Up to 75 meg XML document transformed without any problem. Size of Input and output XML document is about the same. If we process XML document larger than 75 meg, program goes into loop and it processes the input document again and again.
Could someone please help me on this. Let me know if you need more information. Is there a size limit with Xalan processor?