Re: Benefits of application/xhtml+xml

On Mon, 2006-04-03 at 14:14 +0900, Karl Dubost wrote:
> It's possible to use application/xhtml+xml at the development phase.  
> If the pages are invalid, there will not be displayed and/or having a  
> message showing the mistake depending on the browser.

Only if the page isn't well formed, it is possible to be invalid yet
still well formed documents:

For example, in an XHTML 1.0 Strict document:

<p>
  <spin class="shouldBeSpan">Hello</spin>, <div>world</div>
</p>

-- 
David Dorward                           <http://dorward.me.uk/>
"Anybody remotely interesting is mad, in some way or another."
                             -- The Greatest Show in the Galaxy

Received on Monday, 3 April 2006 06:32:26 UTC