tor-browser

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

provenance8html.html (1548B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Test</title>
      6    <script id="pr1" type="application/its+xml">
      7      <its:provenanceRecords xml:id="pr1" xmlns:its="http://www.w3.org/2005/11/its">
      8        <its:provenanceRecord
      9               tool="onlinemtex"
     10               revPerson="James Joyce"
     11               revTool="mycat-v1.0"
     12               revOrg="acme-CAT-v2.3"
     13               provRef="http://www.examplelsp.com/excontent987/production/prov/e6354"/>
     14      </its:provenanceRecords>
     15 </script>
     16    <script id="pr2" type="application/its+xml">
     17   <its:provenanceRecords xml:id="pr2" xmlns:its="http://www.w3.org/2005/11/its">
     18        <its:provenanceRecord
     19            person="John Doe"
     20            org="legaltrans-ex"
     21            revPerson="Tommy Atkins"
     22            revOrg="vistatec"
     23            provRef="http://www.vistatec.com/job-12-7-15-X31/reviewed/prov/re8573469"/>
     24      </its:provenanceRecords>       
     25    </script>
     26    <script type="application/its+xml">   
     27     <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0">
     28     <its:param name="provenanceParam">prov-records-ref1</its:param>
     29 <its:provRule selector="//*[@class=$provenanceParam]" provenanceRecordsRefPointer="h:a/@href"/>
     30     </its:rules>
     31    </script>
     32  </head>
     33  <body>
     34    <p class="prov-records-ref1"><a href="#pr1"></a>This paragraph was translated from the machine.</p>
     35    <p class="prov-records-ref2"><a href="#pr2"></a>This text was translated directly by a person.</p>
     36  </body>
     37 </html>