duncancumming:
Well, sounds helpful, if I had a clue as to what you mean.
> then get to the media node.
> image src: media:content url
> then get to the media node.
> use XMLParse and XMLSearch to hopefully get the values
Sorry, I don't have a clue as to what any of that means, not even a hint. I am a beginner and have no idea what you mean or how to begin to use what you seem to be saying. I know next to nothing about XML or XMLSearch.
Are you suggesting I ask another question to find the solution, something in regard to XML?
Totally confused. I'd welcome some code in regard to what I left.
Main Topics
Browse All Topics





by: duncancummingPosted on 2009-08-30 at 14:00:41ID: 25219329
I was initially going to suggest a regular expression. However if you look at their RSS feed, you'll see as well as embedding the image into the Description, they also use this element to store just the image src:
media:content url
It seems with CFFeed, you would then have to use the xmlVar attribute to be able to then get to the media node. You can then use XMLParse and XMLSearch to hopefully get the values you need.