Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Holger Knublauch
2011-08-26 12:09:34 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e291b0190b35404a38e255b9a1f0264b3e32ba81
e291b019
1 parent
7c8134e0
XML creation example
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
www.reportinghub.no/examples/swp/example.xml.swp
www.reportinghub.no/examples/swp/example.xml.swp
0 → 100644
View file @
e291b01
<!-- 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>
\ No newline at end of file
Please
register
or
login
to post a comment