On Nov 19, 2006, at 04:33, Tse Shing Chi ((Franklin/Whale)) wrote:
This means that XHTML 2 contents can be used as follows?
<content type="xhtml">
<div xmlns="http://www.w3.org/2002/06/xhtml2/">
<!-- Contents XHTML 2.0 -->
</div>
</content>
<content type="application/xhtml+xml">
<div xmlns="http://www.w3.org/2002/06/xhtml2/">
<!-- Contents XHTML 2.0 -->
</div>
</content>
By the way, are they the same?
They are not the same and neither is correct. The correct way would be:
<content type="application/xml">
<html xmlns="http://www.w3.org/2002/06/xhtml2/">
<head>
<title>The title of the entry again</title>
</head>
<body>
<!-- Contents XHTML 2.0 -->
</body>
</html>
</content>
But it isn't worthwhile to spend energy on this issue. Browser
vendors have been ignoring XHTML 2.0 and now even the W3C itself is
moving aside the group that has been working on the XHTML 2.0 spec.
--
Henri Sivonen
[EMAIL PROTECTED]
http://hsivonen.iki.fi/