XMLlib XML to List
XMLlib XML to List
- Subject: XMLlib XML to List
- From: Wayne Melrose <email@hidden>
- Date: Mon, 5 Feb 2007 15:23:23 +0100
Emmanuel,
I think you'll snap this one! But if anyone else beats him to it I'd
love to hear what you have to say..
Using the XMLlib from satimage I'm wondering how to get XML data to
a list.. I have a feeling that I'm overlooking something in the
XMLlib Library.
here is my XML
<?xml version="1.0" encoding="UTF-8"?>
<person>
<name>Wayne</name>
<email>email@hidden</email>
<address>2 mystreet st</address>
</person>
This is the result I want..
{"wayne", "email@hidden", "2 mystreet st"}
Any thoughts?
Thanks
Wayne
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden