in reply to Re: Extract data from non-standard .xml file
in thread Extract data from non-standard .xml file

Thanks for the link, it may be useful in the future. So far, I only have to read the data, not edit it. I am now able to extract the XML with a REGEX, decode it into ASCII with the Encode module (using 'UTF16LE'), and parse the ASCII string with the module XML::Bare.

I will now change my documentation to refer to the "block of binary data" to as the "PNG image".

Bill
  • Comment on Re^2: Extract data from non-standard .xml file