[Zope] parsing xml files

Sven Fischer sven.fischer@gargl.net
Wed, 2 May 2001 04:06:53 +0200


hello,

i have an xml file being uploaded with a PUT into some folder and i would
like to know whether it's best to :

a] parse it using xml2zope or xmldocument for example and built a dtml tree
of the doc (seems unmanageable if there are *lots* of docuemnts)

b] store the xml files somewhere and use an external method to parse them on
the fly (would be cool if it could be called from dtml)

c] ?

i've tried to figure out parsedxml, but i haven't found the link to download
the product ???? well, anyway, what would the best solution for this be (the
best product ;-) hopefully something closer to beta than alpha since i'm
just an almost newbie ;-)

thx

$ven