|
From: Jonathan H. <jon...@on...> - 2002-09-25 06:49:48
|
On 25/9/2002 6:14, Luke A. Kanies wrote: > parsing: /home/luke/ark/madstop/team.xml (minidom) Aha. This isn't using PyXML. If it had been it would say "(new PyXML)". Either PyXML isn't where it should be, or our logic to find it is failing. Try running the following at a Python prompt: >>> import xml.dom.ext.reader.Sax Another test you can try is: >>> import xml >>> xml.__version__ 0.7.1 [As an aside: Will, something must have changed in the parsing code such that it no longer works with the builtin Python 2.x minidom implementation.] Jonathan -- jonathan hogg, one good idea ltd, 131 queen margaret dr., glasgow g20 8pd http://www.onegoodidea.com/ tel:+44-(0)7976-614338 fax:+44-(0)7970-537451 |