home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / lib / oxygen.jar / builtin / nrl.nrl < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  712 b   |  26 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rules startMode="root"
  3.        xmlns="http://www.thaiopensource.com/validate/nrl">
  4.   <mode name="root">
  5.     <namespace ns="http://www.thaiopensource.com/validate/nrl">
  6.       <validate schema="nrl.rnc"
  7.                 schemaType="application/x-rnc"
  8.                 useMode="extend"/>
  9.     </namespace>
  10.   </mode>
  11.   <mode name="extend">
  12.     <namespace ns="http://www.thaiopensource.com/validate/nrl"
  13.                match="attributes">
  14.       <reject/>
  15.     </namespace>
  16.     <namespace ns=""
  17.                match="attributes">
  18.       <attach/>
  19.     </namespace>
  20.     <anyNamespace match="elements attributes">
  21.       <allow useMode="#attach"/>
  22.     </anyNamespace>
  23.   </mode>
  24. </rules>
  25.  
  26.