translate6xml.xml (671B)
1 <doc xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0"> 2 <head> 3 <its:rules version="2.0"> 4 <its:translateRule selector="//*" translate="no"/> 5 <its:translateRule selector="//p" translate="yes"/> 6 </its:rules> 7 </head> 8 <info> 9 <item type="title" its:translate="yes">The Life of a <b>Simple Man</b></item> 10 <!-- Note that the contents of <b> and <span> should end up 11 *not* translatable with these settings --> 12 <item type="date-main">Dec-05-2006</item> 13 </info> 14 <content> 15 <p>Everything started when Zebulon discovered that he had 16 a <span>doppelgänger</span> who was a 17 serious baseball <span>aficionado</span>.</p> 18 </content> 19 </doc>