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

Erroneous duplicate elements in the authoritative XML #127

Closed
mbollmann opened this issue Feb 6, 2019 · 1 comment
Closed

Erroneous duplicate elements in the authoritative XML #127

mbollmann opened this issue Feb 6, 2019 · 1 comment

Comments

@mbollmann
Copy link
Member

While parsing the XML files under import/, I discovered two instances with minor errors:

  • Paper W17-7001 has two <title> elements, the latter of which has the same content as its <booktitle> and is probably there in error. The title output on the current website is correct, but a different parser could possibly interpret this the wrong way.
  • Paper Y04-1021 has three <booktitle> elements, all of which are identical.

I can fix this and do a PR, but also wanted to draw attention to the fact that the current XML schema doesn't account for these things (and therefore can't detect them), as it allows for an arbitrary number of any element in a <paper>, includes titles.

@mjpost
Copy link
Member

mjpost commented Feb 7, 2019

Yes, please fix in a PR.

Can we tighten the schema? We could address at least <booktitle> and <title>. This would fit naturally in the data integrity project.

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

No branches or pull requests

2 participants