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

Support for xml:id #1367

Closed
angelozerr opened this issue Nov 11, 2022 · 1 comment
Closed

Support for xml:id #1367

angelozerr opened this issue Nov 11, 2022 · 1 comment
Milestone

Comments

@angelozerr
Copy link
Contributor

See specification at https://www.w3.org/TR/xml-id/

For TEI RelaxNG, it seems it is very interesting, see raffazizzi/vscode-sxml#19

Given this XML file:

<persName xml:id="DL">Diogenes Laertius</persName>
<del resp="#DL">blabla</del>
  • for attribute value which starts with # we could manage completion, definition, validation to reference xml:id
  • for xml:id we could display number of references as codelens
@angelozerr
Copy link
Contributor Author

@angelozerr angelozerr added this to the 0.24.0 milestone Jan 25, 2023
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

1 participant