From: Alan L. <al...@li...> - 2001-07-01 23:38:14
|
I am trying to get soappy (www.actzero.com) running under Jython (2.1). It seems the xml package is absent from Jython so I am wondering: 1) Can I simply copy over the xml package from Python 2.0 2) Soappy requires a SAX 2 compliant XML parser -- does such a beast exist in pure Python or do I have to try to integrate a Java implementation (Xerces ??) into the xml package? Has this already been done somewhere? This is for proof of concept stuff, so I don't need blazing performance on the XML side. Sorry if this is a RTFM question -- I'm still getting up to speed on Jython, and I didn't see much (beyond a brief exchange) about 6 months ago) in the archives. Thanks Alan |