Hi,
I would like to print a comment containing only a dash (i.e., <!----->) , but this is not allowed. I tried to use "-" instead of - in comment { "-” }, but such a string is converted to ‘-', so the error is still there. How can I print <!-----> ? Should I simply use <----->? In any case, I see that data(<!----->) does not convert - into -: how can I get the conversion? Thanks.
Best, Giuseppe