python xml dom help please

Diez B. Roggisch deets_noospaam at web.de
Sun Nov 23 14:54:10 EST 2003


Miklós wrote:

> Without having any thorough look at your (recursive)'deepen' function, I
> can see there's no termination condition for the recursion....
> So that's one reason this won't work the way you want it to.

Nope - he has a termination condition. deepen is called for all childNodes,
so he makes a traversal of all nodes.

Regards,

Diez




More information about the Python-list mailing list