summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/translate/html/translate7html.html
blob: 8473640ab955be4198deba7b6251cdea45f0f742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang=en>
   <head>
<script type="application/its+xml">
   <its:rules xmlns:its="http://www.w3.org/2005/11/its"  xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
     <its:param name="translateparam">name</its:param>
    <its:translateRule selector="//h:*[@id=$translateparam]" translate="no"/>
  </its:rules>
</script>	
  <meta charset="utf-8"/>
   <title>Example</title>	
  </head>	
 <body title="login details">	
<p style="color:green">Login names can only use letters from A to Z (upper or lowercase)
     For example: <code id="name">Huck_Finn</code>.</p>
 </body>
</html>