Mars,
The only (well) known solution is about editing SWF bytecode to change
"256 limit of recursion". Broadly used, btw.

David,
I think he means not "xml is 1600 levels deep", but rather "XML has
1600 nodes and some of them have childNodes"  :-)

  

-- 
Best regards,
 GregoryN                        
================================
http://GOusable.com
Flash components development.
Usability services.



>> ---------- Mars Spider wrote:
> i'm using a recursive function to parse the XML
> and i'm getting an error about "256 limit of recursion" parsin a 1600 
> nodes XML with some childNodes...
> The problem is function recursion for sure...
> 
> Splitting XML in two and than 'concat' the resulting parsed Array works 
> fine, but that's not the solution...
> 
> 
>> ---------- David Rorex wrote:
> Are you saying the xml is 1600 levels deep?? that's a bit odd to me.
> Otherwise, it might be your code which is the problem. Try using a for loop
> instead of recursion for example.


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to