Closed opoudjis closed 5 years ago
Strange, I thought docnumber was always a separate element in Relaton.
@opoudjis previously, the project-number was always visible like this:
<structuredidentifier type="ISO">
<project-number>ISO 124</project-number>
However, recently it became this:
<structuredidentifier>
<project-number>?</project-number>
This is a bug in Relaton-ISO (presumably after the ISO layout update).
@andrew2net can you please help?
This is also blocking https://github.com/metanorma/metanorma-standoc/pull/102 (the specs fail).
Thanks!
ping @CAMOBAP795 FYI
Strange, I thought docnumber was always a separate element in Relaton.
It is a separate element, and it needs to be extracted as well as the document identifier. So this ticket is now describing two distinct tasks:
Thanks @opoudjis for the clarification!
Docnumber is the numeric component of the standard identifier; it is used for sorting purposes. So in ISO/IEC 3999-1, docnumber has the value 3999.
Docnumber is not currently being extracted in this gem's scrapper (nor I assume in the others). I request that it be extracted: I am now using it to sort bibliographic references in rendering.
Not urgent.