> I want to use pythonpoint from an other python script without > having an xml > file in entry (just with a stringIO). I use prettyprint for making my > stringIO. You can pass in any file-like object to the process(...) function in pythonpoint.py. instead of a filename. It has been like this for some time. - Andy Robinson