From: "Michael Haufe ("TNO")" on
On Dec 7, 4:12 pm, Thomas 'PointedEars' Lahn <PointedE...(a)web.de>
wrote:

> Apparently you have not understood what I said.  Of course it is possible to
> obtain the "binary" string (the payload I was talking about). And then what?

The format of a ZIP file is documented on the interwebs (http://
www.pkware.com/documents/casestudies/APPNOTE.TXT).

If one was so inclined, they could write a decoder to extract the xml
and pass them to a DOM parser in their string form.
From: Thomas 'PointedEars' Lahn on
Michael Haufe ("TNO") wrote:

> Thomas 'PointedEars' Lahn wrote:
>> Apparently you have not understood what I said. Of course it is possible
>> to obtain the "binary" string (the payload I was talking about). And then
>> what?
>
> The format of a ZIP file is documented on the interwebs (http://
> www.pkware.com/documents/casestudies/APPNOTE.TXT).
>
> If one was so inclined, they could write a decoder to extract the xml
> and pass them to a DOM parser in their string form.

This part of the question was about PNG image data in a ZIP archive.


PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300dec7(a)news.demon.co.uk>
From: "Michael Haufe ("TNO")" on
On Dec 7, 5:33 pm, Thomas 'PointedEars' Lahn <PointedE...(a)web.de>
wrote:
>
> This part of the question was about PNG image data in a ZIP archive.
>

Indeed, I read too hastily. I concede the comment on the XML portion
and agree with you on the data uri support.