using minidom to parse xml
问题 Hi I have trouble understanding the minidom module for Python. I have xml that looks like this: <Show> <name>Dexter</name> <totalseasons>7</totalseasons> <Episodelist> <Season no="1"> <episode> <epnum>1</epnum> <seasonnum>01</seasonnum> <prodnum>101</prodnum> <airdate>2006-10-01</airdate> <link>http://www.tvrage.com/Dexter/episodes/408409</link> <title>Dexter</title> </episode> <episode> <epnum>2</epnum> <seasonnum>02</seasonnum> <prodnum>102</prodnum> <airdate>2006-10-08</airdate> <link>http