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
I was noticing there is a parser error in it (I'm not sure exactly what) but we have the following below the root element:
<parsererrorxmlns="http://www.w3.org/1999/xhtml"style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black">
<h3>This page contains the following errors:</h3>
<divstyle="font-family:monospace;font-size:12px">error on line 536 at column 5: Extra content at the end of the document
</div>
<h3>Below is a rendering of the page up to the first error.</h3>
</parsererror>
This is a fairly serious error of a broken document and yet the validator doesn't appear to show it.
I suspect it is only added when saving the document? I think that an error like this should be flagged to the end user ("We were unable to correctly serialise your document, I'm sorry, it is broken :-(").
The text was updated successfully, but these errors were encountered:
Today I've been working with an SCL document.
removeIED (3) (1).scd.zip
I was noticing there is a parser error in it (I'm not sure exactly what) but we have the following below the root element:
This is a fairly serious error of a broken document and yet the validator doesn't appear to show it.
I suspect it is only added when saving the document? I think that an error like this should be flagged to the end user ("We were unable to correctly serialise your document, I'm sorry, it is broken :-(").
The text was updated successfully, but these errors were encountered: