tor-browser

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

allowedcharacters8xml.xml (559B)


      1 <myRes xmlns:its="http://www.w3.org/2005/11/its">
      2  <head>
      3      <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
      4        <its:param name="allowedcharParam">allowedchar</its:param>
      5 <its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content[@id=$allowedcharParam]"/>
      6 </its:rules>
      7  </head>
      8  <body>
      9    <content id="allowedchar">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
     10      nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
     11      diam voluptua.</content>
     12  </body>
     13 </myRes>