home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <rules startMode="root"
- xmlns="http://www.thaiopensource.com/validate/nrl">
- <mode name="root">
- <namespace ns="http://www.thaiopensource.com/validate/nrl">
- <validate schema="nrl.rnc"
- schemaType="application/x-rnc"
- useMode="extend"/>
- </namespace>
- </mode>
- <mode name="extend">
- <namespace ns="http://www.thaiopensource.com/validate/nrl"
- match="attributes">
- <reject/>
- </namespace>
- <namespace ns=""
- match="attributes">
- <attach/>
- </namespace>
- <anyNamespace match="elements attributes">
- <allow useMode="#attach"/>
- </anyNamespace>
- </mode>
- </rules>
-
-