RSS - Accessing Media files
Posted: 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" />
## 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" />