Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the XML-Stream CPAN distribution.

Report information
The Basics
Id: 71729
Status: new
Priority: 0/
Queue: XML-Stream

People
Owner: Nobody in particular
Requestors: davidben [...] mit.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.22
Fixed in: (no value)



Subject: Imcomplete namespace handling in XML-Stream
Namespaces in XML[1] are hopelessly complicated, and XML::Stream doesn't parse them in full. In particular, Google Talk now sends the roster as <ros:query xmlns:ros="jabber:iq:roster"> <ros:item jid="foobar@example.com" subscription="both" name="Someone"> <ros:group>Foo</ros:group> </ros:item> </ros:query> which XML::Stream can't parse. [1] http://www.w3.org/TR/REC-xml-names/