← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 1706274] [NEW] html2xhtml produces invald XML for MS Office HTML output

 

Public bug reported:

This is the document element created by MS Office on a Mac:

<html xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40";>
<!-- -->
</html>

html2xhtml outputs the following invalid XML with two xmlns namespace
declarations:

<html xmlns="http://www.w3.org/1999/xhtml"; xmlns="http://www.w3.org/TR/REC-html40"; xmlns:x="urn:schemas-microsoft-com:office:excel"><head/><body>
</body></html>

I'm not sure what part of the Perl libraries is responsible for this and
where to report this upstream. Any hints for that are very welcome.

** Affects: libhtml-html5-parser-perl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libhtml-html5-parser-perl in Ubuntu.
https://bugs.launchpad.net/bugs/1706274

Title:
  html2xhtml produces invald XML for MS Office HTML output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libhtml-html5-parser-perl/+bug/1706274/+subscriptions


Follow ups