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"