Skip to content

Commit

Permalink
fixed xml:id switched with provenanceRecordsRef
Browse files Browse the repository at this point in the history
I could not process this document because the xml:id values had '#' characters in them (so they aren't NCNames). I believe that the xml:id values shown here were supposed to be provenanceRecordsRef. I gave the xml:id's arbitrary values so that the corresponding output file would correctly show xml:id's inheriting all of the provenance information.
  • Loading branch information
garfieldnate committed Aug 21, 2013
1 parent f575f1d commit 1417ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions its2.0/inputdata/provenance/xml/provenance1xml.xml
Expand Up @@ -25,8 +25,8 @@
</its:rules>
<title>Translation Revision Provenance Agent: Global Test in XML</title>
<body>
<par xml:id="#pr1"> This paragraph was translated from the machine.</par>
<legalnotice xml:id="#pr2">This text was
<par xml:id="A" provenanceRecordsRef="#pr1"> This paragraph was translated from the machine.</par>
<legalnotice xml:id="B" provenanceRecordsRef="#pr2">This text was
translated directly by a person.</legalnotice>
</body>
</text>

0 comments on commit 1417ef0

Please sign in to comment.