04-04-2011 09:52 AM
<#ftl ns_prefixes={"D", "http://www.alfresco.org/alfresco/g"}>
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<#assign docs = alf.parseXMLDocuments('sustain_blog_01', '/sustain/blog/2011')>
<#list docs?sort_by("date")?reverse as x>
<item>
<title>${x.page_title}</title>
<link>${x.file_name}.html</link>
<pubDate>${x.date}</date>
</item>
</#list>
</channel>
</rss>
<#ftl ns_prefixes={"D", "http://www.alfresco.org/alfresco/g"}>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<body>
<#assign docs = alf.parseXMLDocuments('sustain_blog_01', '/sustain/blog/2011')>
<#list docs?sort_by("date")?reverse as x>
${x.page_title}<br>
<a href="${x.file_name}.html">${x.file_name}.html</a><br>
${x.date}<hr>
</#list>
</body>
04-04-2011 02:29 PM
<pubDate>${x.date}</date>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.