01-30-2008 07:04 AM
<jsp:root version="1.2"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:rss="http://cdl.co.uk/rss"
xmlns:ds="http://www.alfresco.org/alfresco/ds"
xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
xmlns:fn="http://java.sun.com/jsp/jstl/functions">
<!– xmlns:pr is mapped to /WEB-INF/pr.tld by web.xml –>
<jsp:output doctype-root-element="html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'/>
<jsp:directive.page language="java" contentType="text/html; charset=UTF-8"/>
<jsp:directive.page isELIgnored="false"/>
<c:set var="headerXml" value="${ds:getConfiguration(pageContext,'Header')}"/>
<jsp:include page="${headerXml}"/>
<rss:feed
url="http://static.userland.com/gems/backend/gratefulDead.xml" feedId="example2"/>
<b>Image: </b><rss:channelImage feedId="example2"/><br>
<b>Title: </b><rss:channelTitle feedId="example2"/><br>
<b>Link: </b><rss:channelLink feedId="example2" asLink="true"/><br>
<b>Description: </b><rss:channelDescription feedId="example2"/><br>
<ul>
<rss:forEachItem feedId="example2">
<li><rss:itemDescription feedId="example2"/><br /><br /></li>
</rss:forEachItem>
</ul>
</jsp:root>
<tr valign="top">
<td width="100%">
<jsp:include page="/views/components/rss-feeds.jsp"/>
</td>
</tr>
<taglib>
<taglib-uri>http://cdl.co.uk/rss</taglib-uri>
<taglib-location>/WEB-INF/rssutils.tld</taglib-location>
</taglib>
xmlns:rss="http://cdl.co.uk/rss"
01-31-2008 10:39 AM
01-31-2008 11:53 PM
02-01-2008 03:06 AM
<jsp:root version="1.2"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:rss="http://cdl.co.uk/rss"
xmlns:ds="http://www.alfresco.org/alfresco/ds"
xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
xmlns:fn="http://java.sun.com/jsp/jstl/functions">
<!– xmlns:pr is mapped to /WEB-INF/pr.tld by web.xml –>
<jsp:output doctype-root-element="html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'/>
<jsp:directive.page language="java" contentType="text/html; charset=UTF-8"/>
<jsp:directive.page isELIgnored="false"/>
<h2>IAIN</h2>
<rss:feed
url="http://www.postmagazine.com/ME2/Console/XmlSyndication/Display/RSS.asp?xsid=05BDF568EA2546AAB12B8622..." feedId="postMagazine"/>
<b>Title: </b><rss:channelTitle feedId="postMagazine"/><br />
<ul>
<rss:forEachItem feedId="postMagazine" startIndex="1" endIndex="3">
<li><rss:itemDescription feedId="postMagazine"/><br><br>
</rss:forEachItem>
</ul>
</jsp:root>
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.