in reply to extracting binary file from XML
First off, whomever made the file format should be beaten with a sack of rusty doorknobs. :)
As for how to handle the abomination, it looks like it's probably base64 encoded binary data so probably the approach will be to use MIME::Base64 to convert it back to the original octets, then toss that through something like Compress::Zlib or IO::Uncompress::Gunzip.
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: extracting binary file from XML
by ultraman (Novice) on Mar 09, 2009 at 18:48 UTC | |
|
Re^2: extracting binary file from XML
by Jenda (Abbot) on Mar 10, 2009 at 15:37 UTC | |
by Fletch (Bishop) on Mar 10, 2009 at 15:58 UTC | |
|
Re^2: extracting binary file from XML
by Your Mother (Archbishop) on Mar 09, 2009 at 23:30 UTC |