Upcoming Events

 

## grab all news items from RSS feed #set ( $articles = $_XPathTool.selectNodes($contentRoot,"channel//item") ) #foreach ( $article in $articles ) #set ( $title = $_SerializerTool.serialize($article.getChild("title"),true) ) #set ( $url = $article.getChild("link").text ) #set ( $desc = $article.getChild("description").value ) #set ( $pdate = $article.getChild("pubDate").value ) #set ( $dateObj = $_DateTool.toDate("EEE, dd MMM yyyy HH:mm:ss Z",$pdate) )
${_DateTool.format("EEEE, MMM dd",$dateObj)}
${_EscapeTool.xml($article.getChild('title').value)}
#end