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
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
> 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