forked from eXist-db/demo-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.78 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<div class="templates:surround?with=templates/page.html&at=content">
<h1>eXist XQuery Features Demo</h1>
<p>This application contains various small demos for particular eXist-db features:</p>
<ul>
<li>
<a href="{demo}/examples/basic/basics.html">Basic XQuery Examples</a>
</li>
<li>
<a href="{demo}/examples/basic/xquery3.html">XQuery 3.0 Examples</a>
</li>
<li>
<a href="{demo}/examples/web/index.html">Web Examples</a>
</li>
<li>
<a href="{demo}/examples/urlrewriting/index.html">URL Rewriting</a>
</li>
<li>
<a href="{demo}/examples/special/index.html">Special Features</a>
</li>
<li>
<a href="{demo}/examples/templating/templates.html">Templating</a>
</li>
<li>
<a href="{demo}/cex-demo.html">Content Extraction</a>
</li>
<li>
<a href="{demo}/examples/tests/test.html">Unit Testing</a>
</li>
<li>
<a href="{demo}/examples/xforms/">XForms and RestXQ</a>
</li>
<li>
<a href="{demo}/examples/contacts/html/home.html?browseContacts">RestXQ and AngularJS</a>
</li>
</ul>
<h2>External Demos</h2>
<p>Our <a href="http://showcases.exist-db.org">showcases</a> server hosts or links to a number of applications
whose code is available on github or elsewhere and can be studied. All applications share a similar technology stack and setup, so they
are a good source for inspiration and show what can be done with eXistdb.</p>
<div class="source-links">
<p>View source: <a href="index.html" class="templates:load-source">this page</a>.</p>
</div>
</div>