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 Ubuntu
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to