首页 > 解决方案 > 什么工具可以将 Outlook 中的 HTML 转换为 XHTML,从而使 XHTML 在 Outlook 中有效?

问题描述

我从格式化的 Outlook 电子邮件中保存了 HTML。

然后我将 HTML 转换为 XHTML。首先我尝试了 html2xhtml 工具(http://www.it.uc3m.es/jaf/html2xhtml/)。不幸的是,该工具删除了重要的名称空间声明,因此当我将 XHTML 导入回 Outlook 时,我收到一条错误消息,说它“发现其内容有问题”。

然后我尝试了 CoolUtils 的 Total HTML Converter 工具。该工具在 HTML 上崩溃,显示“HTMLConverter 已停止工作”消息。

是否有任何工具可以将 HTML 从 Outlook 转换为 XHTML,以便 Outlook 可以接受 XHTML(当将 XHTML 导入 Outlook 时)?

下面是格式化的 Outlook 电子邮件的 HTML 示例。

<html xmlns:v="urn:schemas-microsoft-com:vml" 
    xmlns:o="urn:schemas-microsoft-com:office:office" 
    xmlns:w="urn:schemas-microsoft-com:office:word" 
    xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" 
    xmlns="http://www.w3.org/TR/REC-html40">
    <head>
        <META HTTP-EQUIV="Content-Type" 
            CONTENT="text/html; charset=us-ascii">
            <meta name=Generator content="Microsoft Word 15 (filtered medium)">
                <style><!--
/* Font Definitions */
@font-face
    {font-family:"Cambria Math";
    panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
    {font-family:Calibri;
    panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
    {margin:0in;
    margin-bottom:.0001pt;
    font-size:11.0pt;
    font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
    {mso-style-priority:99;
    color:#0563C1;
    text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
    {mso-style-priority:99;
    color:#954F72;
    text-decoration:underline;}
span.EmailStyle17
    {mso-style-type:personal-compose;
    font-family:"Calibri",sans-serif;
    color:windowtext;}
.MsoChpDefault
    {mso-style-type:export-only;
    font-family:"Calibri",sans-serif;}
@page WordSection1
    {size:8.5in 11.0in;
    margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
    {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hello, world<o:p></o:p></p></div></body></html>

标签: outlookxhtmlhtml-email

解决方案


推荐阅读