Re: ITS 2.0, Selectors 4 and Selectors API 2

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>

Received on Tuesday, 2 July 2013 01:04:07 UTC