So far the best one I've found is XMLLib.osax from satimage-
software.com, it can read and parse a XML file very easily, parsing a
whole file and giving the content as an AppleScript structure is not
'natively' (except when you are working with plists) supported but
you can easily do this using the tools given by XMLLib.osax. I do
have on my machine work-flows that are working on RSS files every 5
minutes, 24 hours a day, 7 days a week (…) without a glitch.
On Jan 22, 2007, at 11:01 AM, Kumar Shailove wrote:
Hey List,
Is anybody aware of an XML parsing module/Scripting Addition in
AppleScript, so that it reads an XML file, parses it and gives the
content in an AppleScript data structure?