[NTG-context] Apostrophe entity using \xmltexentity is ignored
Thangalin
thangalin at gmail.com
Sat Oct 8 21:20:08 CEST 2022
Has the handling for the apostrophe character entity changed recently?
In the following example, the \xmltexentity for apostrophe is ignored,
resulting in a straight apostrophe instead of a curled one:
% SOT
\xmltexentity{apos}{’}
\xmltexentity{lsquo}{‘}
\xmltexentity{rsquo}{’}
\xmltexentity{laquo}{«}
\xmltexentity{raquo}{»}
\startbuffer[document]
<body>
‘Sylvia's spilled «wine».’
</body>
\stopbuffer
\startxmlsetups xml:xhtml
\xmlsetsetup{\xmldocument}{body}{xml:*}
\stopxmlsetups
\startxmlsetups xml:body
\xmlflush{#1}
\stopxmlsetups
\xmlregistersetup{xml:xhtml}
\starttext
\xmlprocessbuffer{xhtml}{document}{}
\stoptext
% EOT
Any ideas on how to fix it?
Thank you.
mtx-context | current version: 2022.09.11 20:44
More information about the ntg-context
mailing list