<?xml version="1.0" encoding="UTF-8"?>
<LocalizationRules>
    <rule>
        <annotation><![CDATA[
            ITS rules to extract all text from a xml. 
            File name doesn't matter as this rule use contentsInXPath method to detect a xml.
            Note: this rule doesn't extract text from an attribute.
                If you want to extract text from all attributes, add the following rule.
                <its:translateRule selector="/@*" translate="yes"/>
    ]]></annotation>
        <targetFiles>
            <contentsInXPath>/*</contentsInXPath>
        </targetFiles>
        <ITSrules>
            <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
			<!-- This is not required as the ITS' default is "Everything is localizable.".
				<its:translateRule selector="/*" translate="yes"/>
			-->
            </its:rules>
        </ITSrules>
    </rule>
</LocalizationRules>
