tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

textanalysis2htmlrules.xml (552B)


      1 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0" xmlns:h="http://www.w3.org/1999/xhtml">
      2    <its:param name="taCityParam">dublin</its:param>
      3    <its:param name="taCapitalParam">capital</its:param>
      4    <its:textAnalysisRule selector="//h:body/h:p/h:*[@id=$taCityParam]"
      5      taClassRefPointer="@typeof"
      6      taIdentRefPointer="@property"/>
      7    <its:textAnalysisRule selector="//h:body/h:p/h:*[@id=$taCapitalParam]"
      8      taClassRefPointer="@typeof"
      9      taSourcePointer="@property"
     10      taIdentPointer="@about"/>
     11  </its:rules>