Re: Problem parsing XML from a SOAP call
Re: Problem parsing XML from a SOAP call
- Subject: Re: Problem parsing XML from a SOAP call
- From: Timothy Bates <email@hidden>
- Date: Thu, 21 Feb 2002 16:20:44 +1100
On 21/2/02 7:37 AM, "Tim Jarrett" <email@hidden> wrote:
>
I'm having some interesting times parsing the XML from a SOAP call.
>
AppleScript turns the XML into a list with named items, with each
>
item having the format
>
departmentname:{createdDate:timestamp, pictureshortcut:"picturename"}
>
My question:
>
how can I figure out what <departmentname> is for a given item?
Nice problem. There is no high level accessor for record names: you are
supposed to know them ahead of time.
So ... You need to work with the raw XML returned. Mark aldritt has tools
for this (9 and X):
http://www.latenightsw.com/freeware/XMLTools2/index.html
tim
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.