Fwd: Corrections to provenance examples

Felix,
Leroy found these errors in example 65.

thanks leroy,
Dave



-------- Original Message --------
Subject: 	Corrections to provenance examples
Date: 	Tue, 27 Nov 2012 14:19:06 +0000
From: 	Leroy Finn <finnle@tcd.ie>
To: 	David Lewis <dave.lewis@cs.tcd.ie>



Hey Dave,

Here are the corrections that need to be done to the provenance examples.

1. Correct script element  to this as you didn't give the namespace 
definition within the script:

<its:translationProvenanceRecords xml:id="pr1" 
xmlns:its="http://www.w3.org/2005/11/its" version="2.0">

<its:translationProvenanceRecord

transToolRef="http://www.onlinemtex.com/2012/7/25/wsdl/"

transOrg="acme-CAT-v2.3"

transRevToolRef="http://www.mycat.com/v1.0/download"

transRevOrg="acme-CAT-v2.3"

provRef="http://www.examplelsp.com/excontent987/production/prov/e6354"/>

</its:translationProvenanceRecords>

<its:translationProvenanceRecords xml:id="pr2" 
xmlns:its="http://www.w3.org/2005/11/its" version="2.0">

<its:translationProvenanceRecord

transPerson="John Doe"

transOrgRef="http://www.legaltrans-ex.com/"

transRevPerson="Tommy Atkins"

transRevOrgRef="http://www.vistatec.com/"

provRef="http://www.examplelsp.com/excontent987/legal/prov/e6354 
http://www.vistatec.com/job-12-7-15-X31/reviewed/prov/re8573469"/>

<its:translationProvenanceRecord

transRevPerson="John Smith"

transRevOrgRef="http://john-smith.qa.example.com"/>

</its:translationProvenanceRecords>


2.In the selectors part as well i have noted incorrect selectors that 
are as follows:

Currently in draft:

selector="/text/body/legalnotice/"

Should be this remove the extra forward slash at the end:

selector="/text/body/legalnotice"

Thanks,Leroy

Received on Tuesday, 27 November 2012 16:26:56 UTC