PyXML

Uche Ogbuji uche at ogbuji.net
Tue Jan 30 20:33:12 EST 2001


Venkatesh Prasad Ranganath wrote:

> If a xml document linked to an external dtd is read using
> xml.dom.ext.reader.Sax2.Reader object's fromStream() method then the
> document's doctype should have the systemId specified in the document but this
> is not true in PyXML.
> 
> I am using PyXML from pyxml.sourceforge.net on a linux box with Python 2.0.  The
> XMLDocument will have a doctype but instead of the uri to the external dtd the
> DocumentType's systemId will be empty.
> 
> Is this the right behaviour for DOM Core level 2 specification?  Or Am I missing
> something?  Or is PyXML broken?

This sounds like a bug.  If you posted a small script that demos the
problem, it will probably get fixed quickly (i.e. I'll probably fix it).

Thanks.

-- 
Uche Ogbuji
Personal:   uche at ogbuji.net		http://uche.ogbuji.net
Work:       uche.ogbuji at fourthought.com	http://Fourthought.com



More information about the Python-list mailing list