12 Jun
2020
12 Jun
'20
3:46 a.m.
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