On Feb 12, 2008 1:26 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote:
> Where did you run into this? I think not showing what it actually is
> makes it immediately not obvious what's going wrong. So I'm for
> showing what it actually is. Can you just wrap in CDATA?
As he wrote, these characters are illegal, regardless of encoding,
CDATA, and so on. XML is a text format and ASCII 0 is a binary
character.
The suggested way to embed binary data into XML is using the base64 encoding.
Apart from that, I do not understand the use case. Where do we need to
embed binary data into XML?
Jochen
--
Look, that's why there's rules, understand? So that you think before
you break 'em.
-- (Terry Pratchett, Thief of Time)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]