provenance1html.html (1248B)
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 <link href=provenance1htmlrules.xml rel=its-rules> 27 </head> 28 <body> 29 <p class="prov-records-ref"><a href="#pr1"></a>This paragraph was translated from the machine.</p> 30 <p class="prov-records-ref"><a href="#pr2"></a>This text was translated directly by a person.</p> 31 </body> 32 </html>