Holger Knublauch

XML creation example

1 +<!-- Navigate to http://localhost:8083/tbl/examples/swp/example.xml.swp in a web browser -->
2 +<ui:setContext
3 + xmlns:xy="http://example.org/xy#"
4 + xmlns:ep-activity="http://www.reportinghub.no/ep/schema/activity#">
5 + <ui:forEach ui:resultSet="{# SELECT ?ddr WHERE { ?ddr a ep-report:DailyDrillingReport } }">
6 + <xy:report>
7 + <xy:createdAt value="{= spl:object(?ddr, ep-activity:createdAt) }" />
8 + </xy:report>
9 + </ui:forEach>
10 +</ui:setContext>
...\ No newline at end of file ...\ No newline at end of file