Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
<script id="pr1" type="application/its+xml">
<its:provenanceRecords xml:id="pr1" xmlns:its="http://www.w3.org/2005/11/its">
<its:provenanceRecord
org="acme-CAT-v2.3"
revOrg="acme-CAT-v2.3"
</its:provenanceRecords>
</script>
<script id="pr2" type="application/its+xml">
<its:provenanceRecords xml:id="pr2" xmlns:its="http://www.w3.org/2005/11/its">
<its:provenanceRecord
person="John Doe"
revPerson="Tommy Atkins"
</its:provenanceRecords>
</script>
</head>
<body>
<p Its-Provenance-Records-Ref="#pr1"> This paragraph was translated from the machine.</p>
<p its-provenance-records-ref="#pr2">This text was translated directly by a person.</p>
</body>
</html>