This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2005-11-02.04:40:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

There are a number of "simple" APIs out there, such as
Fredrik Lundh's ElementTree and Greg Stein's qp_xml,
although this is the only one with the notion of a document
type.

I would encourage to contribute it to PyXML first; it is not
clear (to me) that this is somehow a "right" way to do XML
processing. For example, it seems limited in the structure
of XML content models supported (e.g. no mixed content, no
support for preserving the order of child elements). It
might be confusing to users if their seemingly simple
documents are not properly supported.
History
Date User Action Args
2007-08-23 15:44:19adminlinkissue1337648 messages
2007-08-23 15:44:19admincreate