We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given this XML which contains a parameter entity (%document)
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.docbook.org/xml/4.4/docbookx.dtd" [ <!ENTITY % document SYSTEM "document.ent"> %document; ]> <chapter> </chapter>
Go to the definition from %document; should jump to the <!ENTITY % document
%document;
<!ENTITY % document
The text was updated successfully, but these errors were encountered:
Basic support for parameter entities
63b5a81
Fixes eclipse-lemminx#1167 Signed-off-by: azerr <[email protected]>
e4ed8e1
Fixes #1167 Signed-off-by: azerr <[email protected]>
angelozerr
Successfully merging a pull request may close this issue.
Given this XML which contains a parameter entity (%document)
Go to the definition from
%document;
should jump to the<!ENTITY % document
The text was updated successfully, but these errors were encountered: