Actually, all XHTML 1.0, 1.1 and 2.0 are members of the XHTML family. They, of course, can be carried by type="application/xhtml+xml". But it is quite confusing that type="xhtml" must be XHTML 1.0 or 1.1.
Franklin -----Original Message----- From: James M Snell [mailto:[EMAIL PROTECTED] Sent: Sunday, November 19, 2006 11:30 To: Tse Shing Chi (Franklin/Whale) Subject: Re: Forward Compatibility 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> > Not this one. When type="xhtml" you must use XHTML 1.0 or 1.1 > <content type="application/xhtml+xml"> > <div xmlns="http://www.w3.org/2002/06/xhtml2/"> > <!-- Contents XHTML 2.0 --> > </div> > </content> > This should be fine. - James