Skip Menu |

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

Report information
The Basics
Id: 7762
Status: resolved
Priority: 0/
Queue: XML-Atom-Syndication

People
Owner: Nobody in particular
Requestors: bjoern [...] hoehrmann.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.08
Fixed in: (no value)



Subject: Wrong XHTML / XML Namespace URIs
The module uses xhtml=>"http://www.w3.org/1999/xhtml/", xml=>"http://www.w3.org/XML/1998/namespace/" The correrect namespace URIs would be xhtml => "http://www.w3.org/1999/xhtml", xml => "http://www.w3.org/XML/1998/namespace"