Alright, I've posted a partial of one of the xml-files I'm working with.
From this file I'm pulling:
"//Episode[DVD_episodenumb
And from the resulting node I pull:
"/Overview/text()"
"/EpisodeName/text()"
"/FirstAired/text()"
Then for genre I jump back to the root for this:
"//Series[1]/Genre[1]/text
I was thinking of grabbing all the info in individual queries, instead of grabbing the node first. This would be less efficient, but I cannot conceive of how to return multiple results from a shell-command back to AppleScript... Anyways, I have a reasonable grasp of xpath, it's getting the result without 3rd-party patching that eludes me :)
Main Topics
Browse All Topics





by: Adam314Posted on 2009-07-21 at 11:02:32ID: 24907477
If you post a sample of the XML file, and what you'd like from it, we may be able to get you something.