xsl-list
[Top] [All Lists]

Re: possible nested loops

2006-02-15 01:49:40
garry(_at_)skegnessgrammar(_dot_)org wrote:
[...]
> But when I use another for-each loop inside this I get spurious results
> when applied to an xml document containing 2 pupil records and if I apply
> it to my 800 plus record xml doc, Oxygen runs out of memory [...]

If you use the debugger in oXygen the transformation will be interrupted if the stack depth becomes larger than 300 (by default, you can set this from the Options->Preferences dialog on the Debugger page). Then you should be able to look on the current stack to see what is repeating there and identify the loop. You can also continue the execution step by step and see what values you have for variables, context, etc. that causes the loop.

Hope that helps,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>