In article <[email protected]>, m.banaouas <[email protected]> wrote: > >Working with the ElementTree module, I looked for clone element >function but not found such tool:
Have you tried using copy.deepcopy()? -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. -- http://mail.python.org/mailman/listinfo/python-list
