* Juergen Hermann | | Try this (code not tested): | | s = xmlreader.InputSource("path/to/your/dir/dummy.xml") | s.setByteStream(cStringIO(your_xml_string)) | p.FromXmlStream(s) This is the same as FromXmlFile("path/to/your/dir/dummy.xml") (Note that the original message says that the data are coming from a file.) --Lars M.