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