XML: character < in an ENTITY is highlighted as an error
<!ENTITY mylt "<">
is valid, but any reference to that entity will cause a well-formedness error (https://www.w3.org/TR/REC-xml/#NT-EntityValue)
<!ENTITY mylt "<">
is valid, but any reference to that entity will cause a well-formedness error (https://www.w3.org/TR/REC-xml/#NT-EntityValue)