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