summaryrefslogtreecommitdiff
path: root/tests/LocaleFilter/Locale6Xml.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LocaleFilter/Locale6Xml.xml')
-rw-r--r--tests/LocaleFilter/Locale6Xml.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/LocaleFilter/Locale6Xml.xml b/tests/LocaleFilter/Locale6Xml.xml
new file mode 100644
index 0000000..5b19444
--- /dev/null
+++ b/tests/LocaleFilter/Locale6Xml.xml
@@ -0,0 +1,20 @@
+<book
+ xmlns:its="http://www.w3.org/2005/11/its"
+ its:version="2.0">
+ <info>
+ <its:rules version="2.0">
+ <its:localeFilterRule selector="//legalnotice[@role='Canada']" localeFilterList="*-CA"/>
+ <its:localeFilterRule selector="//legalnotice[@role='nonCanada']" localeFilterList="*-CA" localeFilterType="exclude"/>
+ <its:localeFilterRule selector="//remark" localeFilterList="*" localeFilterType="exclude"/>
+ </its:rules>
+ <legalnotice role="Canada">
+ <para>This legal notice is only for Canadian locales.</para>
+ </legalnotice>
+ <legalnotice role="nonCanada">
+ <para>This legal notice is only for non-Canadian locales.</para>
+ </legalnotice>
+ <remark>
+ This remark appears in no translations.
+ </remark>
+ </info>
+</book>