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
Currently, validation errors show the expected element within the current element, but not the identity of the containing element itself, forcing the user to open a text editor to determine where 'here' is based on line number and column:
test.xml:6:11: error: element "BOTTOM" not allowed here; expected the element end-tag
It would be great if the error message could include the identity of the containing element too (see 'here'):
test.xml:6:11: error: element "BOTTOM" not allowed in "TOP" here; expected the element end-tag
Our specific use case is DITA validation via the DITA-OT, but this enhancement would be widely useful.
The text was updated successfully, but these errors were encountered:
Currently, validation errors show the expected element within the current element, but not the identity of the containing element itself, forcing the user to open a text editor to determine where 'here' is based on line number and column:
test.xml:6:11: error: element "BOTTOM" not allowed here; expected the element end-tag
It would be great if the error message could include the identity of the containing element too (see 'here'):
test.xml:6:11: error: element "BOTTOM" not allowed in "TOP" here; expected the element end-tag
Our specific use case is DITA validation via the DITA-OT, but this enhancement would be widely useful.
The text was updated successfully, but these errors were encountered: