Plain '<' and '>' in reported Schematron messages?

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. -- Senior Architect XML Division Antenna House, Inc. ---- Skerries, Ireland tgraham@antenna.co.jp

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.

On 18/06/2015 06:57, Oxygen XML Editor Support (Radu Coravu) wrote:
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.
Having it in 17.1 will be a good solution, thanks. Regards, Tony Graham. -- Senior Architect XML Division Antenna House, Inc. ---- Skerries, Ireland tgraham@antenna.co.jp
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'.
participants (2)
-
Oxygen XML Editor Support (Radu Coravu)
-
Tony Graham