tor-browser

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

provenance2html.html (1668B)


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