-
Notifications
You must be signed in to change notification settings - Fork 1
/
teiTemplate.xml
88 lines (81 loc) · 3.85 KB
/
teiTemplate.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
86
87
88
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<!-- Template Version 1.1 [FOR REFERENCE - DO NOT DELETE] -->
<!-- This template is intended to be used as a starting point for encoding a new text.
It is not intended as a fixed structure, but rather collects some of the most common
structural elements for convenience and uniformity. Please add/remove elements as
necessary for your use case. -->
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<!-- File Description -->
<fileDesc>
<!-- Title of the work -->
<titleStmt>
<title>The Indicator</title>
<author>
<forename>James</forename> <forename>Henry</forename> <forename>Leigh</forename>
<surname>Hunt</surname>,
<date from="1784" to="1859">1784-1859</date>
</author>
</titleStmt>
<publicationStmt>
<p />
</publicationStmt>
<!-- Author information -->
<sourceDesc>
<bibl>
<author>
<forename>James</forename> <forename>Henry</forename> <forename>Leigh</forename>
<surname>Hunt</surname>,
<date from="1784" to="1859">1784-1859</date>
</author>,
<title>The Indicator</title>
<date when="YYYY-MM-DD">____ __, 18__</date> <!-- The publication date of this issue ({Month} {Day}, {Year}) -->
<pubPlace><settlement>London</settlement>, <country>England</country></pubPlace>
<publisher>Joseph Appleyard</publisher> <!-- Publisher details if available -->
</bibl>
</sourceDesc>
</fileDesc>
<!-- Encoding Description -->
<encodingDesc>
<!-- Add any encoding information or guidelines here if applicable -->
<p>
Basic encoding, capturing relevant formatting and layout information. Page numbers are
included for reference to the source only and are not intended to indicate precise
preservation.
</p>
</encodingDesc>
<!-- Profile Description -->
<profileDesc>
</profileDesc>
</teiHeader>
<text>
<body>
<div1 type="issue" n="x">
<pb n="" /> <!-- Page beginning -->
<div2 type="title"> <!-- Title, epigraph, and catalogue -->
<head type="title">THE INDICATOR.</head>
<epigraph>
<l>There he arriving round about doth flie,</l>
<l>And takes survey with busie, curious eye:</l>
<l>Now this, now that, he tasteth tenderly.</l>
<l><persName key="Edmund Spenser" ref="http://www.wikidata.org/entity/Q4352055"
cert="high" type="real">SPENSER</persName>.</l>
</epigraph>
<head type="catalogue">No. _____.—WEDNESDAY, ____ __, 18__.</head>
</div2>
<div2 type="section" n="1"> <!-- Header and content -->
<head type="header"> </head>
<p>
</p>
</div2>
<div2 type="correspondents"> <!-- Appended notes to correspondents -->
<head type="header">TO CORRESPONDENTS.</head>
<p></p>
</div2>
<div2 type="colophon"> <!-- Publisher and printer information -->
</div2>
</div1>
</body>
</text>
</TEI>