[Home] [By Thread] [By Date] [Recent Entries]
Changing the following-sibling::Record[0] to [1], the recursion works perfectly however when it has reached the last Record, it goes back to the top (but peculiarly skips the top record) and does this many times. So instead of having a list such as <Record 1 A=1 B=0 C=0>
<Record 2 A=1 B=1 C=0>
<Record 3 A=0 B=0 C=3>
<Record 4 A=0 B=0 C=9>
<Record 2 A=1 B=1 C=0> <!-- has started again!
<Record 3 A=0 B=0 C=3>
... etc. Then starts over at record 3, skipping 1 and 2.I realize its an obscure bug from unknown code, so thanks in advance. PS: David, thank you for your processor tips. On 7/18/06, David Carlisle <davidc@xxxxxxxxx> wrote:
|

Cart



