-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
The plugin complains about the embedded DTD end tag:
line XX:XX extraneous input '\n]>\n\n' expecting {COMMENT, SEA_WS, '<', PI}
example of the XML file:
<?xml version="1.0" standalone="yes" ?>
<!--open the DOCTYPE declaration -
the open square bracket indicates an internal DTD-->
<!DOCTYPE foo [
<!--define the internal DTD-->
<!ELEMENT foo (#PCDATA)>
<!--close the DOCTYPE declaration-->
]>
<foo>Hello World.</foo>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels