You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to issue #768 and this comment on the PR that addresses it.
When a DTD is associated with a file through <?xml-model...?>, and errors exist on the associated DTD, an error message should be shown. The current behaviour is that a "file not found" error is given:
This error should instead indicate that the DTD is invalid. Ideally, this error should also be an aggregation of the DTD errors like in #768.
Please refer to issue #768 and this comment on the PR that addresses it.
When a DTD is associated with a file through
<?xml-model...?>
, and errors exist on the associated DTD, an error message should be shown. The current behaviour is that a "file not found" error is given:This error should instead indicate that the DTD is invalid. Ideally, this error should also be an aggregation of the DTD errors like in #768.
Quick example to reproduce this issue:
ReferencesBorked.xml
:Borked.dtd
:The text was updated successfully, but these errors were encountered: