XML based programming language

Jarek Zgoda jzgoda at o2.usun.pl
Mon Mar 19 10:01:29 EDT 2007


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



More information about the Python-list mailing list