Hi ! On Tue, 20 Jul 1999, Paul Everitt wrote:
danda wrote:
Hmm... what amount of support does it have for XML besides XML-RPC? Is there pre-built Zope functionality for dealing with XML, or is it more like, plug in your favorite XML parser and roll your own?
I have written an external method, which uses the Pyton XML Parser to parse any XML file and upload it into a Zope folder hierarchy. When the XML parser sends an unknown_starttag message, the tag is created as a Zope folder, and when an unknown_endtag message is sent from the parser, all attributes are translated to Zope folder properties (Future versions will put any XML File into ZClasses.) Should anyone need an "XML to Zope"-external method, just let me know, and I will publish it as Zope Contributed Software. Maik Röder