problem with UTF8 chars in XML elements
Dear list,
I have the following sample:
\startbuffer[demo]
<?xml version="1.0" encoding="UTF-8"?>
<doc>
Am 05.05.2019 um 14:58 schrieb Pablo Rodriguez
: Dear list,
I have the following sample:
\startbuffer[demo] <?xml version="1.0" encoding="UTF-8"?> <doc>
Title </doc> \stopbuffer\startxmlsetups xml:sample \xmlsetsetup{#1}{doc|título}{xml:*} \stopxmlsetups
\xmlregistersetup{xml:sample}
\startxmlsetups xml:doc \xmlflush{#1} \stopxmlsetups
\startxmlsetups xml:título \title{\xmlflush{#1}} \stopxmlsetups
\starttext \xmlprocessbuffer{main}{demo}{} \stoptext
ConTeXt has problems parsing
. To the best of my knowledge, this is a valid XML element name (sorry, but I don’t have a better reference: https://en.wikipedia.org/wiki/XML#International_use]).
I had the same problem with an „ä“ in one of my elements. Took some time to discover that. Axel
On 5/5/19 5:25 PM, Axel Kielhorn wrote:
Am 05.05.2019 um 14:58 schrieb Pablo Rodriguez: [...] ConTeXt has problems parsing
. To the best of my knowledge, this is a valid XML element name (sorry, but I don’t have a better reference: https://en.wikipedia.org/wiki/XML#International_use]). I had the same problem with an „ä“ in one of my elements.
Hans fixed this in latest beta (so that everybody knows). Hans, many thanks for the fix. Pablo -- http://www.ousia.tk
participants (2)
-
Axel Kielhorn
-
Pablo Rodriguez