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 file:
<?xml version="1.0" standalone="no"?> <!DOCTYPE root-element SYSTEM "base.dtd" [ ]> <root-element />
Ctrl+Click on base.dtd should open the DTD file.
base.dtd
<?xml version="1.0" standalone="no"?> <!DOCTYPE root-element SYSTEM "base.dtd" [ <!ENTITY entity-name SYSTEM "entity-base.dtd"> ]> <root-element />
Ctrl+Click on entity-base.dtd should open the DTD file.
entity-base.dtd
The text was updated successfully, but these errors were encountered:
Hyperlink to open declared DTD files
7a013f1
Fixes eclipse-lemminx#641 Signed-off-by: azerr <azerr@redhat.com>
fb7eddf
b697d22
50c4316
5883cae
Fixes #641 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
Successfully merging a pull request may close this issue.
Given this XML file:
Ctrl+Click on
base.dtd
should open the DTD file.Ctrl+Click on
entity-base.dtd
should open the DTD file.The text was updated successfully, but these errors were encountered: