[Zope] parsing dynamic XML

Passin, Tom tpassin@mitretek.org
Wed, 25 Sep 2002 12:22:17 -0400


[ Sushil Bhattarai]HI
>=20
> Is there a way to parse a dynamic XML document in Zope. I'm=20
> calling a web service from zope. This web service returns=20
> XML. I want to parse this XML and put certain values in=20
> session. How can I parse XML I'm getting without physically=20
> saving it in Zope. By the way, can I dynamically save this=20
> XML in zope. I have XMLDocument and ParsedXML product but=20
> can't figure out a way to use these to solve my problem
>=20

I do it using external methods and pyxml.  There are other parsers and
xslt processors with Python wrappers as well.

Cheers,

Tom P