Thanks Troy - as I expected. Given that my source is not RSS I'll
build my own viewer and feed in a structure.
Cheers,
-C
On 17/07/2007, at 4:16 AM, Troy Koelling wrote:
If your XML is structured like an RSS file then the best way is to
use the RSS patch. If not, there isn't an easy way to do this in
Tiger. You would have to write an app that downloads and parses the
data and pass it to your composition. For example, if this was a
screensaver you could write an objective-c .saver project to do the
pre processing of data and hand it off to the composition.