<doc xmlns:its="http://www.w3.org/2005/11/its">
 <head>
  <documentation>Some translatable text.</documentation>
  <its:rules version="1.0">
   <its:translateRule selector="//text" translate="no"/>
   <its:translateRule selector="//p" translate="yes"/>
  </its:rules>
 </head>
 <text>
  <data>Some data with <code>coded parts</code> (<notes 
its:translate="yes"> and translatable text</notes>).</data>
  <p>Some text with <b>bolded words</b>.</p>
 </text>
</doc>