-
Notifications
You must be signed in to change notification settings - Fork 0
/
akam-xml-PreTest-Dickinson-09-09.xml
146 lines (143 loc) · 6.83 KB
/
akam-xml-PreTest-Dickinson-09-09.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="UTF-8"?>
<root>
<!-- 2022-09-09 Tyler Akam -->
<teiHeader>
<fileDesc>
<titleStmt>
<title>Poem 6 (J 281: 1861/1935)</title> <!-- The first issue I noticed is that the ending tag is capitalized, while the beginning tag is not, so I changed the end tag-->
<author>Emily Dickinson</author>
</titleStmt>
<publicationStmt>
<p>Fascicle 16: Dickinson's variants and published versions</p> <!-- The issue here was that the "p" tag was missing a forward slash "/" before the end tag, not designating it as an end tag -->
</publicationStmt>
<sourceDesc>
<msDesc>
<msIdentifier>
<repository/>
<idno>1606</idno>
</msIdentifier>
</msDesc>
<bibl>
<ref target="http://www.cs.virginia.edu/~ajf2j/emily/"></ref> <!-- This line was missing an end tag -->
</bibl>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<front>
<div type="references">
<listRef>
<ptr target="xml/1606variant.xml"/>
<ptr target="img/1606/fs1606a.jpg"/>
<ptr target="img/1606/fs1606b.jpg"/> <!-- This line was missing "=" for its attribute" -->
<ptr target="img/1606/1606fha.jpg"/>
<ptr target="img/1606/1606fhb.jpg"/>
<ptr target="img/1606/1606fhMap.jpg"/>
<ptr target="img/1606/fs1606Map.jpg"/> <!-- This line of text was missing a forward slash -->
</listRef> <!-- This tag was not in camelcase, like its beginning tag was -->
</div>
<div type="witness">
<listWit>
<witness xml:id="df16">
<bibl>
<title>ORIGINAL POEMS</title><author>Emily Dickinson</author> <!-- This line had the author tag placed before the end tag of the title -->
</bibl>
</witness>
<witness xml:id="fh"> <!-- This attribute was missing its end quotation mark -->
<bibl>
<title>Final Harvest: Emily Dickinson's Poems</title>
<author>Emily Dickinson</author>
<editor>Thomas H. Johnson</editor>
<pub Place="1">Boston</pub> <!-- The attribute place is only needed in the front tag and needs some kind of designation. I used "1," so the next place labelled may use "2" -->
<publisher>Little, Brown & Company</publisher> <!-- This ampersand needs to be labeled as text instead of as an attribute for a nonexistent symbol -->
<date>1961</date>
</bibl> <!-- end tag was missing -->
</witness> </listWit> <!-- "/listWit" end tag was missing -->
</div>
</front>
<body>
<head>
<title>Poem 6 (J 281: 1861/1935)</title>
</head>
<lg>
<l n="1">
'Tis so appalling—it
<app>
<rdg wit="#df16">Exhilarates—</rdg>
<rdg wit="#fh">exhilarates—</rdg>
<!-- 2016-06-23: nll: The XSLT to grab and count all of the dashes for the Dash Reduction SVG Graph (xsl:analyze-string) would not grab two dashes within the text only of the l element (not to do with anything in the rdg element), so I had to improvise and put the dashes inside the rdg elements. it ended up counting the dashes correctly. I'm hoping to fix this problem as soon as possible!! -->
</app>
</l>
<l n="2">
So over Horror,
<app>
<rdg wit="#df16" type="var1">it dumb fascinates—</rdg>
<rdg wit="#df16 #fh" type="var0">it half Captivates—</rdg>
</app>
</l>
<l n="3">The Soul stares after it, secure—</l>
<l n="4">
<app>
<rdg wit="#df16" type="var0">To know the worst, leaves no dread more—</rdg>
<rdg wit="#df16 #fh" type="var1">A Sepulchre, fears frost, no more—</rdg>
</app>
</l>
</lg>
<lg>
<l n="5">To scan a Ghost, is faint—</l>
<l n="6">
But grappling,
<app>
<rdg wit="#df16">Conquers</rdg>
<rdg wit="#fh">conquers</rdg>
</app>
it—
</l>
<l n="7">How easy, Torment, now—</l>
<l n="8">Suspense kept sawing so—</l>
</lg>
<lg>
<l n="9">
The Truth, is Bald
<app>
<rdg wit="#df16">—</rdg>
<rdg wit="#fh">, </rdg>
</app>
and Cold—
</l>
<l n="10">But that will hold—</l> <!-- This attribute was missing a beginning quotation mark -->
<l n="11">If any are not sure—</l>
<l n="12">We show them—prayer—</l>
<l n="13">But we, who know,</l>
<l n="14">Stop hoping, now—</l>
</lg>
<lg>
<l n="15">Looking at Death, is Dying—</l>
<l n="16">Just let go the Breath—</l>
<l n="17">And not the pillow at your Cheek</l>
<l n="18">So Slumbereth—</l> <!-- this end tag was missing a forward slash -->
</lg>
<lg>
<l n="19">Others, Can wrestle—</l>
<l n="20">Yours, is done—
<l n="21">
And so of
<app>
<rdg wit="#df16">Wo</rdg>
<rdg wit="#fh">Woe</rdg> <!-- this end tag was missing a forward slash -->
</app>
, bleak dreaded—
<app>
<rdg wit="#df16">Come</rdg>
<rdg wit="#fh">come</rdg>
</app>
,
</l>
</l> <!-- missing end tag -->
<l n="22">It sets the Fright at liberty—</l>
<l n="23">And Terror's free—</l>
<l n="24">Gay, Ghastly, Holiday!</l>
</lg>
</body>
</text>
</root>