Re: xslt out of memory

2008-03-25 Thread Steve Loughran
Z W wrote: Martin I'm not sure what XQuery does and have no time to look into it to learn to use it. Remi I don't think I have recursion problem. Folks, How to I increase the heap size in the Windows Ant bat file ? I cant seem to find it. How does one also include the stack size in Windows Ant ?

Re: xslt out of memory

2008-03-21 Thread Z W
Martin I'm not sure what XQuery does and have no time to look into it to learn to use it. Remi I don't think I have recursion problem. Folks, How to I increase the heap size in the Windows Ant bat file ? I cant seem to find it. How does one also include the stack size in Windows Ant ? I never add

RE: xslt out of memory

2008-03-21 Thread remi.clavier
Verify that you don't have infinite recursion in your stylesheet It's the most frequent cause of that... -Message d'origine- De : Z W [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 mars 2008 17:13 À : Ant Users List Objet : xslt out of memory Hi Is there a workaround to this issue ?

Re: xslt out of memory

2008-03-20 Thread Martin Gainty
and if you request just the requested node with xquery e.g. doc("NameofXML.xml")/NodeName?Martin- Original Message - From: "Z W" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, March 20, 2008 6:19 PM Subject: Re: xslt out of memory > C

Re: xslt out of memory

2008-03-20 Thread Z W
ch 20, 2008 1:28 PM > To: Ant Users List > Subject: Re: xslt out of memory > > > Hi supareno > Thanks for responding. > 2K is the size. I suspect it's to do with some math calculation that > tripped > it. > > On Thu, Mar 20, 2008 at 1:15 PM, supareno <[EMAIL PROTE

RE: xslt out of memory

2008-03-20 Thread Chun Ji
. -c -Original Message- From: Z W [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 1:28 PM To: Ant Users List Subject: Re: xslt out of memory Hi supareno Thanks for responding. 2K is the size. I suspect it's to do with some math calculation that tripped it. On Thu, Mar 20, 20

Re: xslt out of memory

2008-03-20 Thread supareno
Hi supareno Thanks for responding. 2K is the size. I suspect it's to do with some math calculation that tripped it. yeah, it could come from your algorithm any infinite loop? On Thu, Mar 20, 2008 at 1:15 PM, supareno <[EMAIL PROTECTED]> wrote: what is the size of the xsl file ?? i know

Re: xslt out of memory

2008-03-20 Thread Z W
Hi supareno Thanks for responding. 2K is the size. I suspect it's to do with some math calculation that tripped it. On Thu, Mar 20, 2008 at 1:15 PM, supareno <[EMAIL PROTECTED]> wrote: > what is the size of the xsl file ?? > i know that huge file causes out of memory exception !! > check out htis

Re: xslt out of memory

2008-03-20 Thread supareno
what is the size of the xsl file ?? i know that huge file causes out of memory exception !! check out htis: http://www.velocityreviews.com/forums/t170526-huge-xml-files-xslt-memory-problems-java-amp-sax.html it could be related to your problems regards supareno Hi Is there a workaround to this