On 13 Oct 2006, at 13:36, Mark J. Reed wrote:
If I may inject a dumb question here:
I'm using Applescript to extract data from a Web Service developed using
WebObjects. The format of the response is as follows:
{gid:{primarykeys:{1}, entityname:"folderList"},
websafefoldername:"folderName", datestamp:«data
isot323030362D30382D31315432333A30303A30305A»,
foldername:"Folder Name", folderid:1}
What app is it that defines class "isot"? From the above, it looks
like AppleScript doesn't have any idea what that is; if it did, it
would presumably show the data as a string ("2006-08-11T23:00:00Z")
instead of as raw hex codes. I'm guessing that doing whatever you're
doing in a tell block to the appropriate app would help...
--