Diez B. Roggisch napisaƂ(a):

> I'm not sure where element-tree stands regarding this, but I think 4suite
> offers DTD, W3C-Schema and Relax-NG support.

This varies depending on implementation. As Fredrik Lundh's original
implementation is based on expat parser, it has no ability to check
anything besides well-formedness of document. AFAIK lxml implementation
exposes some of libxml2 abilities to check the document conformance to
XML schema definition.

-- 
Jarek Zgoda

"We read Knuth so you don't have to."
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to