Skip to content

Identifiers (and filenames) need to be valid #82

Description

@christofs

It looks like at the moment, it can happen that the values of the "xml:id" are not correct, leading to XML documents that are not well-formed.

The source of the issue appears to be that the "xml:id" is generated from (among other things) the numeric IDs generated by Conftool. When this ID is placed at the beginning of the "xml:id", that value is incorrect, because it is not allowed to start with a number.

This issue might be related to issues #63 (URLs) and #57 (filenames).

One solution would be to always add the abbreviation of the conference as a prefix to the ID, e.g. "DH2022_123_Dupont.xml".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions