tor-browser

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

provenance1xml.xml (1150B)


      1 <text xmlns:dc="http://purl.org/dc/elements/1.1/"
      2  xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
      3  <dc:creator>John Doe</dc:creator>
      4  <its:provenanceRecords xml:id="pr1">
      5    <its:provenanceRecord
      6      tool="onlinemtex"
      7      revPerson="James Joyce"
      8      revTool="mycat-v1.0"
      9      revOrg="acme-CAT-v2.3"
     10      provRef="http://www.examplelsp.com/excontent987/production/prov/e6354"/>
     11  </its:provenanceRecords>
     12  <its:provenanceRecords xml:id="pr2">
     13    <its:provenanceRecord
     14      person="John Doe"
     15      org="legaltrans-ex"
     16      revPerson="Tommy Atkins"
     17      revOrg="vistatec"
     18      provRef="http://www.examplelsp.com/excontent987/legal/prov/e6354 http://www.vistatec.com/job-12-7-15-X31/reviewed/prov/re8573469"/>
     19  </its:provenanceRecords>
     20  <its:rules version="2.0">
     21    <its:provRule selector="//*[@ref]" provenanceRecordsRefPointer="@ref"/>
     22  </its:rules>
     23  <title>Translation Revision Provenance Agent: Global Test in XML</title>
     24  <body>
     25    <par ref="#pr1"> This paragraph was translated from the machine.</par>
     26    <legalnotice ref="#pr2">This text was translated directly by a person.</legalnotice>
     27  </body>
     28 </text>