Re: Upper Limit on XML File Size?

2005-03-01 Thread Per Gunnar Hansø
I'm sorry for not being able to reply properly to the mail in question, and I hope you can bear over with me that I forge this reply like this. Ram Krishnamoorthi wrote: I am calling the Transformation from the command line and attempting to create a FO Object xalan.sh -IN XMLFile -XSL XSLFile

Upper Limit on XML File Size?

2005-02-28 Thread Ram Krishnamoorthi
Hello, Apologize for posting this in the FOP Forum..but does anyone know if there any Upper Limit on the Size of the XML File that can be Processed by the Xalan XSLT Processor? I am having trouble generating simple FO Objects for XML Files which are over 50 MB. I dont get any error

Re: Upper Limit on XML File Size?

2005-02-28 Thread J.Pietschmann
Ram Krishnamoorthi wrote: Apologize for posting this in the FOP Forum..but does anyone know if there any Upper Limit on the Size of the XML File that can be Processed by the Xalan XSLT Processor? I am having trouble generating simple FO Objects for XML Files which are over 50 MB. I dont get any

Re: Upper Limit on XML File Size?

2005-02-28 Thread Ram Krishnamoorthi
Thanks Jan for the Response My Largest XML File is about 65 MB. I am allocating a Heap Size of 2 GB and still not able to Transform the Entire File. I can see that the Java Process performing the Transformation uses about 1.7 GB during the Transformation..and my Stylesheet does not have any

Re: Upper Limit on XML File Size?

2005-02-28 Thread J.Pietschmann
Ram Krishnamoorthi wrote: My Largest XML File is about 65 MB. I am allocating a Heap Size of 2 GB and still not able to Transform the Entire File. I can see that the Java Process performing the Transformation uses about 1.7 GB during the Transformation..and my Stylesheet does not have any Fancy

Re: Upper Limit on XML File Size?

2005-02-28 Thread Ram Krishnamoorthi
I am calling the Transformation from the command line and attempting to create a FO Object xalan.sh -IN XMLFile -XSL XSLFile -OUT FOFileName I am using JDK 1.4 The Xalan Version is an older one. java rg.apache.xalan.processor.XSLProcessorVersion Xalan Java 2.2.D11 Thanks Jan ..I am now