<!-- An experimental MNS schema for "loose" XHTML 1.0 Strict, pruning foreign
     elements and attributes
     $Id: xhtml1-strict.mns,v 1.1 2003/06/11 09:32:51 mimasa Exp $
-->
<rules xmlns="http://www.thaiopensource.com/ns/mns" startMode="xhtml">
  <validate ns="http://www.w3.org/1999/xhtml"
            schema="xhtml1-strict.rng"
            inModes="xhtml"
            useMode="any"
            prune="elements attributes">
    <cover ns="http://www.w3.org/XML/1998/namespace"/>
  </validate>
  <lax inModes="any"/>
</rules>
