Page 1 of 1

RSS - Accessing Media files

Posted: Sat Jun 13, 2015 12:10 am
by Euant98
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" />