
Hi Tony, We actually fixed this issue a couple of days ago so Oxygen 17.1 will no longer have this problem. I don't have a good workaround for you, there are other non-ascii characters (like "full-width less than sign") which resemble those symbols but depending on the used font those characters might not be properly displayed. Regards, Radu Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 6/18/2015 12:23 AM, Tony Graham wrote:
Is there a way to un-escape '<' and '>' in the messages reported from Schematron validation?
For example, this <report>:
<report test="local-name($expression) = 'Empty'" role="Warning">'background-color=""' should be '<color> | transparent | inherit'.</report>
produces:
'background-color=""' should be '<color> | transparent | inherit'.
but the message in the 'Errors' window would be easier to read if it was:
'background-color=""' should be '<color> | transparent | inherit'.
Regards,
Tony Graham.