example.xml.swp 447 Bytes
<!-- Navigate to http://localhost:8083/tbl/examples/swp/example.xml.swp in a web browser -->
<ui:setContext
		xmlns:xy="http://example.org/xy#"
 		xmlns:ep-activity="http://www.reportinghub.no/ep/schema/activity#">
	<ui:forEach ui:resultSet="{# SELECT ?ddr WHERE { ?ddr a ep-report:DailyDrillingReport } }">
	    <xy:report>
	    	<xy:createdAt value="{= spl:object(?ddr, ep-activity:createdAt) }" />
		</xy:report>
	</ui:forEach>
</ui:setContext>