Re: [Tutor] Parse XML file

2009-03-14 Thread Lukas Agrapidis
Sorry please ignore... I changed the path to c:\temp\test.xml and it worked just fine. I'm sure I'll have some questions when I actually start playing with it though. Lukas ____ From: Lukas Agrapidis To: tutor@

[Tutor] Parse XML file

2009-03-14 Thread Lukas Agrapidis
I am trying to parse an XML file using Python and found this resource http://diveintopython.org/xml_processing/parsing_xml.html But I didn't even get past the second line... it does not see the xml file? But it is there. >>> from xml.dom import minidom >>> xmldoc = >>> minidom.parse('~/Des