-
Notifications
You must be signed in to change notification settings - Fork 1
/
teicomp.xml
87 lines (82 loc) · 1.92 KB
/
teicomp.xml
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
<?xml version="1.0"?>
<TEI
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns="http://www.tei-c.org/ns/1.0"
rend="ttct">
<teiHeader>
<fileDesc>
<titleStmt>
<title>The TEI Companion</title>
<author>Lou Burnard</author>
<author>Sebastian Rahtz</author>
</titleStmt>
<editionStmt>
<edition>
<date>February 2009</date>
</edition>
</editionStmt>
<publicationStmt>
<p> </p>
</publicationStmt>
<sourceDesc>
<p></p>
</sourceDesc>
</fileDesc>
<revisionDesc>
<list>
<item>
<date>$LastChangedDate$.</date>
</item>
</list>
</revisionDesc>
</teiHeader>
<text>
<group>
<!--
<text>
<front>
<divGen type="toc"/>
<titlePart>Text Encoding</titlePart>
</front>
<body>
<xi:include href="part1-intro.xml"/>
<xi:include href="part1-principles.xml"/>
</body>
</text>
<text>
<front>
<titlePart>The TEI By Example</titlePart>
</front>
<body>
<xi:include href="part1-text.xml"/>
<xi:include href="part1-letters.xml"/>
<xi:include href="part1-proc.xml"/>
<xi:include href="part1-office.xml"/>
<xi:include href="part1-orinoco.xml"/>
<xi:include href="part1-ms.xml"/>
<xi:include href="part1-web.xml"/>
<xi:include href="part1-metadata.xml"/>
<xi:include href="part1-biblio.xml"/>
<xi:include href="part1-tables.xml"/>
</body>
</text>
-->
<text>
<front>
<titlePart>The TEI Reference</titlePart>
</front>
<body>
<xi:include href="part2-tei.xml"/>
<xi:include href="part2-extensions.xml"/>
<xi:include href="part2-xsl.xml"/>
<xi:include href="part2-teixsl.xml"/>
</body>
<!--
<back>
<xi:include href="part2-urls.xml"/>
</back>
-->
</text>
</group>
</text>
</TEI>