Skip to content

Relaton 2.0: do not prefix ISO to iso-tc identifiers #178

@opoudjis

Description

@opoudjis

iso-tc identifiers must not be prefixed with "ISO". I am getting this with the new gem in metanorma gem spec, e.g. rspec ./spec/collection/collection_complex_spec.rb:415 # Metanorma::Collection render html & build doc, pdf, xml files from YAML collection with renamed outputs

       -               <docidentifier type="iso-tc">17301</docidentifier>
       +               <docidentifier type="iso-tc">ISO 17301</docidentifier>

This is happening when the bibdata of an ISO document is <docidentifier type="iso-tc">17301</docidentifier> is imported into relaton-iso, and then exported back to XML as part of a collection.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions