Re: binary xml

Nick MacDonald <[email protected]> Sun, 11 Jul 2010 15:53:01 -0300
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
What Fred says is precisely correct...  however I have an idea for a
possible workaround:

Since *YOU* control the supply of data to eXpat... is there any way
you can recognize your scenario and have the binary data shunted to a
different buffer instead of supplying it to eXpat?

Nick

On Sun, Jul 11, 2010 at 3:20 PM, Fred Drake <[email protected]> wrote:
> On Sat, Jul 10, 2010 at 11:21 PM, Janez Zemva <[email protected]> wrote:
>> However, I notice, that expat returns only the CDATA characters up to,
>> but not including, the first control character it encounters.
>
> Expat supports XML 1.0. =A0If your payload doesn't conform, there's no
> reason to expect Expat, or any other XML parser, to accept it.