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 ?
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
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 ?
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
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
.
-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
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
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
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