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