summaryrefslogtreecommitdiff
path: root/tests/Translate/Translate5.ll.xml
blob: ccb9cbd0e1a64c83566d88238dc22cdbcd1fd34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:its="http://www.w3.org/2005/11/its" its:version="1.0">
 <head>
  <its:rules version="1.0">
   <its:translateRule selector="//*" translate="no"/>
   <its:translateRule selector="//p" translate="yes"/>
  </its:rules>
 </head>
 <info>
  <item type="title" its:translate="yes">La vie d'un <b>Simple Man</b></item>
  <!-- Note that the contents of <b> and <span> should end up 
       *not* translatable with these settings -->
  <item type="date-main">Dec-05-2006</item>
 </info>
 <content>
  <p>Tout commença alors que Zebulon découvrit qu'il avait un <span>doppelgänger</span> qui était un <span>aficionado</span> sérieux de baseball.</p>
 </content>
</doc>
<!-- timestamp $Id: Translate5.xml,v 1.4 2007/02/02 17:14:37 srahtz3 Exp $ -->