Hello,
I am having some problems in this mission in the XML part. My line/arcs drawing are working great (tested manually).
The problem is that I tryed using elementTree and cElementTree to parse de XML doc, but the XMLBuilder just doesn't work. I got the libs from the official site and the latest version and installed.
What libs did you use to parse the doc in Python? I think it is possible using regex (re), but it would be so complicated. I don't know, my Python 2.6.4 didn't came with XML libs. Could anyone help me to see the light?
Thx in advance.

