Re: [xml-dev] XHTML 5 and validation

From
David Carlisle <>
To
Jesper Tverskov <>, "" <>
Date
2011-05-18T19:24:31Z
ID
<>
Thread
Re: [xml-dev] XHTML 5 and validation
On 18/05/2011 20:18, Jesper Tverskov wrote:
> John Cowan scripsit:
>> Structural schemas are insufficient to capture all the restrictions of
>> valid XHTML5.  It would be possible to write a schema for XHTML5 (probably
>> a RELAX NG one), but it would be laxer than the requirements of HTML5 validity.
>
> I guess the above is no longer true for XML Schema 1.1?
>
> Cheers,
> Jesper Tverskov
> http://www.xmlplease.com
>
> _______________________________________________________________________

v.nu uses relax schema (mainy) augmented with schematron and 
(increasingly) augmented with custom java code.

David