QUOTE(PsychoCoder @ 25 Jun, 2009 - 08:22 AM)

For starters what's the error it's returning?
Sorry about that PsychoCoder. Here is the error message I receive:
File "<pyshell#13>", line 1, in <module>
print outfile.toxml()
File "C:\Python26\lib\xml\dom\minidom.py", line 45, in toxml
return self.toprettyxml("", "", encoding)
File "C:\Python26\lib\xml\dom\minidom.py", line 57, in toprettyxml
self.writexml(writer, "", indent, newl, encoding)
File "C:\Python26\lib\xml\dom\minidom.py", line 1749, in writexml
node.writexml(writer, indent, addindent, newl)
File "C:\Python26\lib\xml\dom\minidom.py", line 817, in writexml
node.writexml(writer,indent+addindent,addindent,newl)
File "C:\Python26\lib\xml\dom\minidom.py", line 817, in writexml
node.writexml(writer,indent+addindent,addindent,newl)
File "C:\Python26\lib\xml\dom\minidom.py", line 804, in writexml
writer.write(indent+"<" + self.tagName)
TypeError: cannot concatenate 'str' and 'int' objects
Also the instance in the code where it defines "identifier" was misspelled.
Again, any help/suggestions would be great.
Thanks!