On 02/07/13 02:53, Daniel Glazman wrote:

      <rules xmlns="http://www.w3.org/2005/11/its";
             version="2.0"
             queryLanguage="css">
        <translateRule selector="//html:acronym"
                       translate="xpath"
                       xmlns:html="http://www.w3.org/1999/xhtml"/>
      </rules>

Sorry, the above is obviously wrong, please read

     <rules xmlns="http://www.w3.org/2005/11/its";
            version="2.0"
            queryLanguage="xpath">
       <translateRule selector="//html:acronym"
                      translate="no"
                      xmlns:html="http://www.w3.org/1999/xhtml"/>
     </rules>

instead. Thanks.

</Daniel>


Reply via email to