python xml dom help please
Diez B. Roggisch
deets_noospaam at web.de
Sun Nov 23 14:54:10 EST 2003
More information about the Python-list mailing list
Sun Nov 23 14:54:10 EST 2003
- Previous message (by thread): python xml dom help please
- Next message (by thread): python xml dom help please
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python xml dom help please
- Next message (by thread): python xml dom help please
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list