variables : get-feed
DESCRIPTION
<get-feed> returns the value of a feed variable. If the variable does not exist, nothing is returned.
PARAMETERS
name - name of the feed
var - which variable to return
EXAMPLES
...
It is <get-feed name="weathernyc" var="temp" /> outside!
...
It is <get-feed name="weathernyc" var="temp" /> outside!
...