-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
100 lines (85 loc) · 3.28 KB
/
index.xml
File metadata and controls
100 lines (85 loc) · 3.28 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0"?>
<index>
<dirs output="artifacts/output/html"
help="artifacts/output/help"
header="artifacts/output/header"
input="examples"
temp="tmp" />
<options
hide-empty="no"
include-source="no"
make-contents="no"
include-sections="yes"
include-sections-depth="1"
catalog-version="103"
page-format='html5'
page-css-variant=''
index-css-variant='no-edge-index index-reason-linebreak-in-print index-include-indexed-header-label'
chapter-contents='no'
chapter-numbers='yes'
edgeindex-max='3'
/>
<make-index type="swi" />
<make-index type="command" />
<make-index type="message" />
<make-index type="upcall" />
<make-index type="service" />
<make-index type="sysvar" />
<make-index type="entry" />
<make-index type="vector" />
<make-index type="error" />
<make-index type="vdu" />
<make-index type="tboxmessage" />
<make-index type="tboxmethod" />
<make-filelist/>
<!-- The default cover page style; any attribute can be empty -->
<!-- Can use `html='<page>'` if a dedicated HTML page is being used -->
<cover src="cover.svg"
title="PRM-in-XML examples"
subtitle="Testing the PRM-in-XML elements"
author="Gerph"
publisher="Gerph Publications"/>
<!-- front-matter elements appear before the contents page -->
<!-- Example page names taken from https://en.wikipedia.org/wiki/Book_design#Front_matter -->
<!-- <front-matter type="half-title" href="frontmatter-half-title" /> -->
<front-matter type="title" href="frontmatter-title" title="Title"/>
<front-matter type="copyright" href="frontmatter-copyright" title="Copyright"/>
<front-matter type="dedication" href="frontmatter-dedication" title="Dedication"/>
<!-- No title is present on the Epigraph, to test the lack of title omits from the contents -->
<front-matter type="epigraph" href="frontmatter-epigraph"/>
<!-- Front matter chapters are intended to be styled as roman numerals when referenced, but this does not as yet -->
<!-- Note the 'type' is not currently carried through to the document as chapter-front-matter -->
<page href="preface" type="front-matter" css-variant='no-edge-index'>Preface</page>
<section title="Structural elements"
docgroup-name="Structural elements"
edgeindex='1'>
<page href="sections">Sections</page>
<!-- Demonstrate the effect of having a section in the contents -->
<section title="Structured data">
<page href="tables">Tables</page>
<page href="lists">Lists</page>
<page href="definitions">Definitions</page>
</section>
<page href="input">Input</page>
<page href="compatibility">Compatibility</page>
</section>
<section title="Miscellaneous"
docgroup-name="Miscellaneous elements"
edgeindex='2'>
<page href="styled">Styled elements</page>
<page href="images">Images</page>
<page href="references">References</page>
<page href="references_external_targets">(target document for References)</page>
</section>
<section title="Metadata"
docgroup-name="Metadata"
edgeindex='3'>
<page href="meta">Metadata</page>
<page href="fixme">FIXMEs</page>
</section>
<!-- The footer appears at the bottom of the contents page -->
<footer>
<p>This is an example of a footer.</p>
<p>It has two paragraphs in it.</p>
</footer>
</index>