summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/localefilter/xml/locale4xml.xml
blob: d3eda11e379b972b3023129f5c9011e78beeb495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<book
  xmlns:its="http://www.w3.org/2005/11/its" 
  its:version="2.0">
 <info>
 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:href="locale4xmlrules.xml"/>
 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
   <its:localeFilterRule selector="//legalnotice[@role='Germany']" localeFilterList="de-DE"/>
</its:rules>
  <legalnotice role="Canada">
   <para>This legal notice is only for Canadian locales.</para>
  </legalnotice>
  <legalnotice role="Germany">
   <para>This legal notice is only for German locales.</para>
  </legalnotice>
 </info>
</book>