04-13-2010 04:34 PM
<?xml version="1.0" encoding="UTF-8"?>
<search>
<#list results as row>
<item>
<title>${row.name}</title>
<link>${absurl(url.context)}${row.url}</link>
<folderpath>${row.displayPath}</folderpath>
<folder>${row.parent.properties.title}</folder>
<description>${row.properties.description!""}</description>
<pubDate>${xmldate(row.properties.modified)}</pubDate>
</item>
</#list>
</search>
04-13-2010 05:34 PM
<folder>${row.parent.properties.title!""}</folder>
Thanks,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.