tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

translate6html.html (810B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4   <meta charset=utf-8> 
      5   <title>The ITS Topic</title>
      6   <link href="translate6htmlrules.xml" rel="its-rules">
      7  </head>
      8  <body>
      9   <section>
     10    <h2>Data category</h2>
     11    <span id="tDataCat">
     12     <b>Data category</b>
     13     <cite>
     14     ITS defines
     15      <i>data category</i>
     16     as an abstract concept for a particular type of information for internationalization and localization of XML schemas and documents.
     17     </cite>
     18    </span>
     19   </section>
     20   <p>
     21   For the implementation of ITS, apply the rules in the order:
     22   </p>
     23   <ul>
     24    <li>Default</li>
     25    <li>Rules in the schema</li>
     26    <li>Rules in the document instance</li>
     27    <li>Local attributes</li>
     28   </ul>
     29   <p>
     30    <span lang="fr">Et voila !</span>
     31    The last rule wins.
     32   </p>
     33  </body>
     34 </html>