On 07/07/05, Rick Nagle <cms01 at tampabay.rr.com> wrote: > So, what app, would decode this ? > it would appear the <data> is in DTD format? > > [<?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" > "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <array> > <dict> > <key>RichTextSignature</key> > > <data> > cnRmZAAAAAADAAAAAgAAAAcAAABUWFQucnRmAQAAAC78AQAAKwAAAAEAAAD0 > AQAAe1xydGYxXG1hY1xhbnNpY3BnMTAwMDBcY29jb2FydGYxMDIKe1xmb250 > dGJsXGYwXGZzd2lzc1xmY2hhcnNldDc3IEhlbHZldGljYS1PYmxpcXVlO30K > ...etc </data>] If you click on the link you provided (<http://www.apple.com/DTDs/PropertyList-1.0.dtd>), you'll see that the data is "interpreted as Base-64 encoded" and "should conform to a subset of ISO 8601 (in particular, YYYY '-' MM '-' DD 'T' HH ':' MM ':' SS 'Z'." Use the Property List Editor.app included with Xcode Tools to read plist files.