summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/translate/xml/translate3xml.xml
blob: 8bfcc664ac43ad6d01280074a615257f66605281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<myDoc>
 <head>
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"
   xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="translate3xmlrules.xml">
   <its:translateRule selector="//par[@id='101']/@title" translate="no"/>
  </its:rules>
 </head>
 <body>
  <par id="100" title="Text">This is the first paragraph. It has some <code>un-translatable code</code>.</par>
  <par id="101" title="Not extractable text">Some additional text.</par>
 </body>
</myDoc>