RE: [PHP-WIN] recursion

2002-01-21 Thread Svensson, B.A.T. (HKG)
Sorry a bug slipped into the code: The if statment is fualty!!! >RecursiveFunction(Recurs_Argument) >{ if (CHECK_IF_BREAK_CONDITION_IS_TRUE()) { *** > return [breakConditionTrue]; > } > > else { > ProcessData([Recurs_Argument]); >

RE: [PHP-WIN] recursion

2002-01-21 Thread Svensson, B.A.T. (HKG)
From: Sandeep Murphy Sent: Monday, January 21, 2002 2:29 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] recursion >I hv an XML tree with some elements which keep repeating.. As of now, I am >able to print only the last element.. >I need to make the loop recursive in order to print all the

[PHP-WIN] recursion

2002-01-21 Thread Sandeep Murphy
hi, I hv an XML tree with some elements which keep repeating.. As of now, I am able to print only the last element.. I need to make the loop recursive in order to print all the elements.. wud appreciate any help.. TIA, sands like this: 001 WORD