-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/public/scdh.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples :: SEED Frontend Components</title>
</head>
<body>
<h1>Example Usage of the <i>SEED Frontend Components</i></h1>
<ul>
<li>
<a href="examples/xslt-sef.html"
style="font-family:monospace;">examples/xslt-sef.html</a>:
Running XSLT in the browser using SaxonJS.
</li>
<li>
<a href="examples/xslt-rest.html"
style="font-family:monospace;">examples/xslt-rest.html</a>:
Running XSLT on a RESTful webservice implementing
the <i>Transformation API</i>. This example requires the
service running
on <a href="http://localhost:8080">http://localhost:8080</a>.
</li>
<li>
<a href="examples/synopsis.html"
style="font-family:monospace;">examples/synopsis.html</a>:
Synoptical presentation of texts.
</li>
<li>
<a href="examples/figures.html"
style="font-family:monospace;">examples/figures.html</a>:
An poem by Ibn Nubatah al-Misri with annotation of literary
figures.
</li>
</ul>
<body>
</html>