| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I can confirm Christopher's statement as well. I tried the XML parsing which comes with the system, but wasn't to happy about - maybe I did something wrong. Then I started with the Satimage XMLlib OSAX and was immediately happy. It's very fast, reliable, memory save (which is very important for the work I do) and has a very good implementation of the XPath handling. So you can use a path similar to "/book/chapter/@title" (or "//book[name='thespecialbook‘]/chapter[chapternumber <15]" if those values exist) to retrieve or modify a value or node So if you want to use ASS and create XML or read and modify, I would recommend this OSAX. But as Christopher Nebel also mentioned: AppleScript may not be the proper solution for you. Depending on what you want to do or how complex and big an XML is, it might take a serious amount of time to resolve. It's not the time to read and parse the XML to retrieve values from the XML, but the amount of time you may need with AS(S) to work with the values. Regards Andreas On 07.06.2006, at 08:24, Philip Aker wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-studio mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-studio/email@hidden This email sent to email@hidden
| References: | |
| >Re: parsing xml (From: Graham Jones <email@hidden>) | |
| >Re: parsing xml (From: Christopher Nebel <email@hidden>) | |
| >Re: parsing xml (From: Philip Aker <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.