RSS - Accessing Media files

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Euant98
Posts: 6
Joined: Wed Jun 10, 2015 6:34 pm

RSS - Accessing Media files

Post by Euant98 » Sat Jun 13, 2015 12:10 am

This returns empty

## Get the 'image' node of the child.
get revXMLNodeContents(tTreeID, tItemPath & "/media:content")
if item 1 of it is "xmlerr" then
return empty
end if
## Put the publication date into an array.
put it into tItem["content"]

Node

<media:content url="link" type="image/JPEG" medium="image" fileSize="a x b" height="a" width="b" />

Post Reply

Return to “Internet”