HTML5 的一个子集或约束可以完美地映射到 XHTML5,反之亦然?

There are a subset or constraint of HTML5 that can be perfectly mapped into XHTML5, and vice-versa?

我需要用 通用语 表示内容,也就是说,现在 HTML5 标准 — 我的objective 不是在网络浏览器中显示页面。我需要表示只有内容,没有界面,没有布局,没有逻辑(没有Javascript)。

other questions (or programmers questions), and the W3C HTML5's Recommendation, "HTML vs XHTML" section

所记

the DOM, the HTML syntax, and the XHTML syntax cannot all represent the same content.

好的,但是大约 90% 可以是相同的 (!),而且,如果我不需要 Javascript、样式等并且我可以强制执行一些约束,它将是 100%...所以,问题是关于 我需要使用哪些约束 (?) 来确保所有序列化为 XHTML5 的 HTML5 都代表同一事物,并且反之亦然(将支持原始 HTML5 文档的 XSLT)。

"subset of HTML5 elemements""subset with some aditional constraints" 可确保 reversibility XHTML5/HTML5 转换?

Polyglot Markup: A robust profile of the HTML5 vocabulary, which is currently a W3C Candidate Recommendation,为文档定义规则

[…] that is a stream of bytes that parses into identical document trees (with some exceptions, as noted in the Introduction) when processed either as HTML or when processed as XML.

您可以在 section 4: Writing HTML documents 中找到编写此类文档的规则。