Sujet : Re: Wondering ...
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.miscDate : 29. May 2025, 00:00:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10184ij$3fruv$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.162 (Pokrosvk)
On Wed, 28 May 2025 20:18:54 +0200, hrtuybxi wrote:
On 24/04/2025 02:16, Lawrence D'Oliveiro wrote:
>
I was slightly disillusioned when I found that there were certain
characters that were not allowed in XML files, even when
entity-encoded.
Not even in CDATA section? I wonder what characters those might be.
The one I encountered was chr(3), a.k.a. CTRL/C. Somehow one of the
operators had managed to enter that into a comments field, causing my
export-to-XML function to fail.