DOM Python Implementation Table

http://pyxml.sourceforge.net/topics/compliance.html

It might be interesting for people here.

[[[
The Python Library Reference includes a brief chapter on the required  
mappings and conformance of Python DOM implementations.

In practice, things are a little more complicated for authors of XML  
applications, because implementations in common usage do not support  
the full DOM standard as defined by W3C. This is partly due to design  
considerations (for example some DOMs are optimised more for speed  
than full compliance), and partly — particularly in older versions —  
due to bugs.

]]]


-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***

Received on Friday, 17 June 2005 21:57:44 UTC