from xml.dom.minidom import *
import xml.sax
<customers>
<customer>
<money>55</money>
</customer>
</customers>
BelStudentTакое умеет упомянутая выше lxml. Документация http://codespeak.net/lxml/index.html
simpleXml->customers->customer->money
Не правда ли очень просто?