octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XML tools for Octave: XML4MAT


From: John W. Eaton
Subject: XML tools for Octave: XML4MAT
Date: Tue, 9 May 2006 13:30:05 -0400

On  9-May-2006, Alois Schloegl wrote:

| The bad news are:
| (i) there is a  'recursion level exceeded' error in Octave, when a large 
| XML file is used. This is a roadblock. .

You can up the limit by doing

  max_recursion_depth = N;

(or "max_recursion_depth (N)" with the current CVS sources).

The default value is 256, though there is nothing magic about that
number. It just seemed large enough given that recursion in Octave is
known to be slow.

Does the required recursion depth depend on the depth of the XML tree
or the number of elements in some list?  Is it possible to replace the
recursion with an explicit iteration?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]