<!-- An experimental MNS schema for "loose" XHTML2, pruning foreign
     elements and attributes
     $Id: xhtml2.mns,v 1.2 2003/05/25 16:26:30 mimasa Exp $
-->
<rules xmlns="http://www.thaiopensource.com/ns/mns" startMode="xhtml">
  <validate ns="http://www.w3.org/2002/06/xhtml2"
            schema="xhtml2.rng"
            inModes="xhtml"
            useMode="any"
            prune="elements attributes">
    <cover ns="http://www.w3.org/XML/1998/namespace"/>
    <cover ns="http://www.w3.org/2001/xml-events"/>
    <!--cover ns="http://www.w3.org/2002/xforms/cr"/-->
  </validate>
  <lax inModes="any"/>
</rules>
