Örvitinn

XML vinnsla í Python með ElementTree

Ég þarf að skoða þetta betur.

Elegant XML parsing using the ElementTree Module

What I like about the ElementTree module is that it just seems to make sense. This might seem like a strange thing to say about an XML module, but I’ve had to parse enough XML in my time to know that if an XML module makes sense the first time you use it, it’s probably a keeper. The ElementTree module allows me to work with XML data in a way that is similar to how I think about XML data.

python