[XML-SIG] Problems with PyXML Mac OS 10.5 install

2007-11-29 Thread Peter Saffrey
I'm attempting install PyXML on a Mac OS leopard laptop so that I can use the xpath libraries. I've downloaded 0.8.4, run "python setup.py build" and "python setup.py install". If I do import xml.xpath, I get "no module xpath". It can load the xml module OK, but I presume that this is simply th

Re: [XML-SIG] problem with elementtree 1.2.6

2007-11-29 Thread Chris Withers
Fredrik Lundh wrote: > Chris Withers wrote: > >>> That's how escaping works, be it in XML, encodings, compression, whatever. >> Well yes and no. I'd expect escaping to work such that whatever we're >> dealing with can be round tripped, ie: parsed, serialiazed, parsed >> again, etc. > > that's e

Re: [XML-SIG] problem with elementtree 1.2.6

2007-11-29 Thread Martin v. Löwis
> What extra hooks get called as a result of calling UseForeignDTD? Expat will invoke the ExternalEntityRefHandler with both pubid and sysid set to None, if there is no DOCTYPE declaration in the document. Regards, Martin ___ XML-SIG maillist - XML-SI