Question About YQL
I don't know YQL can load image in html content and output it ?. I view more tut about YQL but dont see anything 开发者_StackOverflow中文版about it.
YQL is just a tool to fetch information, either in XML or JSON format. It's up to you to parse the information. If you have an RSS feed, you would have to parse out the image URL and display the image in a web page using the img
tag.
精彩评论