8 Sep
2001
8 Sep
'01
6:22 p.m.
Andy Bulka writes:
I have an external script that generates an xml string - how do I turn that xml text into an zope xml file object ? What do you mean by an "zope xml file object"?
If you mean a "OFS.Image.File" object with "content_type='text/xml'" it should make no problems at all when the "file" parameter of "manage_addFile" is a string containing "<" or ">". Dieter