[XML-SIG] Status of XML 1.1 processing in Python?

2005-08-23 Thread Ken Beesley
In a few sentences, could some kind soul summarize the status of XML 1.1 processing using Python XML modules? Thanks, Ken ___ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/mailman/listinfo/xml-sig

Re: [XML-SIG] Status of XML 1.1 processing in Python?

2005-08-23 Thread Fredrik Lundh
Ken Beesley wrote: > In a few sentences, could some kind soul summarize the > status of XML 1.1 processing using Python XML modules? I haven't done any extensive testing, but I'm quite sure that sgmlop 1.1 supports it. I'm quite sure that expat doesn't support it, which means that most expat-bas

Re: [XML-SIG] Status of XML 1.1 processing in Python?

2005-08-23 Thread Fred L. Drake, Jr.
On Tuesday 23 August 2005 12:13, Fredrik Lundh wrote: > I'm quite sure that expat doesn't support it, which means that most > expat-based toolkits (pyexpat, PyXML, ET's default parser, Gnosis, > Amara, et al) won't handle it. Unfortunately, that's correct. I need to spend some time on Expat; t

Re: [XML-SIG] Status of XML 1.1 processing in Python?

2005-08-23 Thread Daniel Veillard
On Tue, Aug 23, 2005 at 06:13:58PM +0200, Fredrik Lundh wrote: > As for the libxml2-based toolkits (libxml itself, lxml), I don't know. libxml2 doesn't. I think that lxml does though. I never really got demand to implement it so focused on stuff people were actually asking for ... Daniel -- D