Skip to content

Entity documentation has no value for entities declared with SYSTEM OR PUBLIC #741

@xorye

Description

@xorye

With this XML

<?xml version="1.0" standalone="no" ?>
<!DOCTYPE copyright [
  <!ELEMENT copyright (#PCDATA)>
  <!ENTITY c SYSTEM "http://www.xmlwriter.net/copyright.xml">
]>
<copyright>&c;</copyright>

The hover does not show the value of c:
image

The same thing happens if we have
<!ENTITY c PUBLIC "http://www.xmlwriter.net/copyright.xml">
instead of
<!ENTITY c SYSTEM "http://www.xmlwriter.net/copyright.xml">

It would be great if the entity's value ("http://www.xmlwriter.net/copyright.xml" in this case) was displayed in the documentation.

Metadata

Metadata

Assignees

Labels

DTDbugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions