pkp / ots

PKP XML Parsing Service
GNU General Public License v3.0
32 stars 19 forks source link

xref in the body do not match any reference id in the back. #130

Closed fabiobatalha closed 6 years ago

fabiobatalha commented 6 years ago

Example of xref in the body:

<xref ref-type="bibr" id="IDa1dea654-f33b-4e78-a33b-93b72f12de04">

The ID's in the body is a sort of UUID value while the references id are a sequential value like R1, R2, R3.....

This behaviour leads to invalid xref matching in Texture.

screenshot from 2018-03-02 15-54-09

fabiobatalha commented 6 years ago

Not only Texture. Any other tools will not be able to use it, all of these xref ids must be fixed manually.

axfelix commented 6 years ago

As in https://github.com/pkp/ots/issues/128, this usually just means we failed to match citations to the reference list -- there would be an rid attribute of xref if they were matched.

fabiobatalha commented 6 years ago

Oh sorry, I thought I had not opened this issue.... You were fast in close the other one.