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

Add support for textDocument/references for DTD #234

Closed
angelozerr opened this issue Nov 15, 2018 · 2 comments · Fixed by #555
Closed

Add support for textDocument/references for DTD #234

angelozerr opened this issue Nov 15, 2018 · 2 comments · Fixed by #555
Assignees
Labels
DTD enhancement New feature or request references
Milestone

Comments

@angelozerr
Copy link
Contributor

angelozerr commented Nov 15, 2018

Support for references between DTD elements.

<!ELEMENT TVSCHEDULE (CHANNEL>
<!ELEMENT CHANNEL  <-- Find references shows <!ELEMENT TVSCHEDULE


See the demo:

DTDReferences

@fbricon
Copy link
Contributor

fbricon commented Nov 15, 2018

related to #58

@angelozerr
Copy link
Contributor Author

related to #58

No @fbricon because #58 requires XPath and DTD is not XML, so we need to hard coded that.

@angelozerr angelozerr changed the title Find references between DTD elements Add support for textDocument/references for DTD Jul 24, 2019
@angelozerr angelozerr self-assigned this Jul 24, 2019
@angelozerr angelozerr added this to the v0.9.0 milestone Jul 24, 2019
angelozerr pushed a commit that referenced this issue Jul 24, 2019
Fixes #234

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 24, 2019
Fixes #234

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 24, 2019
Fixes #234

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Jul 24, 2019
Fixes #234

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Aug 14, 2019
Fixes #234

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit that referenced this issue Aug 16, 2019
Fixes #234

Signed-off-by: azerr <azerr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DTD enhancement New feature or request references
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants