Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elements without id attributes #32

Closed
tcatapano opened this issue Sep 19, 2018 · 4 comments
Closed

Elements without id attributes #32

tcatapano opened this issue Sep 19, 2018 · 4 comments

Comments

@tcatapano
Copy link
Member

No description provided.

@vsenderov
Copy link

List of elements that have OBKMS_ID's can be compiled from

https://github.com/pensoft/ropenbio/blob/redesign/R/taxpub.R

Look at the xpath fields in the objects. E.g.

xpath = "/article/front/article-meta/kwd-group"

@tcatapano tcatapano self-assigned this Sep 16, 2019
@tcatapano tcatapano reopened this Sep 16, 2019
@tcatapano
Copy link
Member Author

will add %jats-common-atts to all elements

@tcatapano
Copy link
Member Author

tcatapano commented Feb 1, 2023

@id is included in all elements in commit cc600a0

But note important distinction between <@id> and <object-id> as discussed in the JATS Tag Library:

Unique internal identifier of an element; allows element to be cross-referenced (made into a link). Value must be unique across a document, not just for an element type.

The <object-id> element holds an external identifier, typically assigned to an object such as a table by a publisher. The contents of this element should not be confused with the @id attribute, which holds an internal document identifier that can be used by software to perform a simple link inside the document.

@tcatapano
Copy link
Member Author

Closing

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

No branches or pull requests

2 participants