01-31-2008 10:42 AM
<c:set var="query" value="/canteen_menu:canteen_menu[canteen_menu:channel='${channel}']"/>
<c:if test="${empty postfix}">
<c:set var="postfix" value=".html"/>
</c:if>
<div>
<c:forEach items="${cl:getContentList(pageContext,'canteen_menu','/content/Megabytes/Day',postfix,query)}" var="item" varStatus="status">
<jsp:include page="${item}"/>
</c:forEach><c:set var="query" value="/canteen_menu:canteen_menu[canteen_menu:channel='${channel}']"/>02-04-2008 04:45 AM
02-04-2008 07:39 AM
<jsp:root version="1.2"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:cl="http://www.alfresco.org/alfresco/cl"
xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
xmlns:fn="http://java.sun.com/jsp/jstl/functions">
<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="query" value="/cdl:canteen_menu_day_only"/>
<div>
<c:forEach items="${cl:getContentList(pageContext,'cdl','/content/megabytes/day','.html',query)}" var="item" varStatus="status">
<jsp:include page="${item}"/>
<h2>BEN</h2>
</c:forEach>
</div>
</jsp:root> <?xml version="1.0" encoding="UTF-8" ?>
- <cdl:canteen_menu_day_only xmlns:cdl="http://www.cdl.co.uk/cdl" xmlns:alf="http://www.alfresco.org" xmlns:chiba="http://chiba.sourceforge.net/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<cdl:soup>Pea and Ham</cdl:soup>
<cdl:main>Tuna Steaks</cdl:main>
</cdl:canteen_menu_day_only><div xmlns:fn="http://www.w3.org/2005/02/xpath-functions" xmlns:cdl="http://www.cdl.co.uk/cdl" xmlns:canteen_menu_day="http://www.alfresco.org/alfresco/motd" class="md">
Soup - Pea and Ham<br>
Main - Tuna Steaks</div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<div></div>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.