We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6ca8b commit ed8363aCopy full SHA for ed8363a
2 files changed
content/ediromEditions/edirom_edition_example.xml
@@ -23,6 +23,12 @@
23
<name xml:lang="en">Read me!</name>
24
</names>
25
</navigatorItem>
26
+ <navigatorItem xml:id="navItem-0-2" sortNo="1" targets="xmldb:exist:///db/apps/edirom/edition-example/content/texts/vorwort.html">
27
+ <names>
28
+ <name xml:lang="de">Vorwort</name>
29
+ <name xml:lang="en">preface</name>
30
+ </names>
31
+ </navigatorItem>
32
</navigatorCategory>
33
<navigatorCategory xml:id="navCategory-1" sortNo="2">
34
<names>
content/texts/vorwort.html
@@ -0,0 +1,13 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <title>Beispiel-Vorwort in HTML</title>
5
+ </head>
6
+ <body>
7
+
8
+ <h1>Beispiel-Überschrift</h1>
9
10
+ <p>Dies ist (k)ein super Beispiel für ein Vorwort in HTML.</p>
11
12
+ </body>
13
+</html>
0 commit comments