-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdickinson.xsl
More file actions
339 lines (330 loc) · 22.4 KB
/
dickinson.xsl
File metadata and controls
339 lines (330 loc) · 22.4 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xpath-default-namespace="http://www.tei-c.org/ns/1.0"
xmlns:math="http://www.w3.org/2005/xpath-functions/math"
exclude-result-prefixes="xs math"
xmlns="http://www.w3.org/1999/xhtml"
version="3.0">
<xsl:output method="xhtml" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat"
omit-xml-declaration="yes"/>
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<script type="text/javascript" src="scripts/dickinson.js"></script>
<title>Emily Dickinson: Fascicle 16 | <xsl:value-of select="//idno"/></title>
</head>
<body>
<div class="main">
<div class="header">
<h1 class="title"><a class="noShowLink" href="index.html"><span class="nameTitle">Emily Dickinson</span> <span class="siteTitle">: Fascicle 16</span></a></h1>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img class="cclic" alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
</div>
<div class="mwrapper">
<div class="menu">
<ul class="cfix">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About <span class="arrow">▼</span></a><ul class="sub">
<li><a href="members.html">Our Members</a></li>
<li><a href="methodology.html">Methodology</a></li>
</ul>
</li>
<li><a href="poems.html">Poems <span class="arrow">▼</span></a><ul class="sub">
<li><a href="1601.html">1601</a></li>
<li><a href="1602.html">1602</a></li>
<li><a href="1603.html">1603</a></li>
<li><a href="1604.html">1604</a></li>
<li><a href="1605.html">1605</a></li>
<li><a href="1606.html">1606</a></li>
<li><a href="1607.html">1607</a></li>
<li><a href="1608.html">1608</a></li>
<li><a href="1609.html">1609</a></li>
<li><a href="1610.html">1610</a></li>
<li><a href="1611.html">1611</a></li>
</ul>
</li>
<li><a href="analysis.html">Analysis <span class="arrow">▼</span></a><ul class="sub">
<li><a href="dash.html">Dash Usage Comparison</a></li>
<li><a href="conclusion.html">Conclusion</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="side-nav">
<!-- Tests for existance of variants in the listWit element of each poem's XML-->
<button class="df16Key" id="df16Button">Fascicle 16</button>
<xsl:if test="//front//witness[@xml:id/contains(., 'poems1')]">
<button class="poems1Key" id="poems1Button">1890 Poems</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'poems2')]">
<button class="poems2Key" id="poems2Button">1891 Poems</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'poems3')]">
<button class="poems3Key" id="poems3Button">1896 Poems</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'fp')]">
<button class="fpKey" id="fpButton">Further Poems</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'ce')]">
<button class="ceKey" id="ceButton">Centenary Edition</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'fh')]">
<button class="fhKey" id="fhButton">Final Harvest</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'bm')]">
<button class="bmKey" id="bmButton">Bolts of Melody</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'am')]">
<button class="amKey" id="amButton">Atlantic Monthly</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'lSD')]">
<button class="lSDKey" id="lSDButton">Susan Dickinson</button>
</xsl:if>
<a class="origXML" id="origXML" href="{//listRef/ptr/@target[contains(., 'xml')]}">View Original XML</a>
<button class="origImg" id="origImg">View Original Variant Images</button>
<p class="instruct"><strong>Instructions:</strong> You can turn the variations of the poem on and off at the same time. The button will
show as depressed, and the poems will load side by side. The images for the corresponding poem will stack on top of each other
if multiple variants are turned on at once.</p>
</div>
<div class="poem">
<xsl:apply-templates select="//body"/>
</div>
<div class="poemImg">
</div>
</div>
<div class="footer">
</div>
<div id="imgModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2>Variant Poem Images</h2>
</div>
<div class="modal-body">
<xsl:for-each select="//listRef/ptr/@target[contains(., '.jpg') and not(contains(., 'Map'))]">
<div class="modalImgCont">
<a target="_blank" href="{.}">
<img src="{.}" alt="Poem {//idno} Variant Image"/>
</a>
<!-- Tests for existance of variant image files in the listRef element of each poem's XML-->
<xsl:choose>
<xsl:when test=".[contains(., 'fs') and not(contains(., 'a.') or contains(., 'b.') or contains(., 'c.'))]">
<div class="modalDesc">Fascicle 16</div>
</xsl:when>
<xsl:when test=".[contains(., 'fs') and contains(., 'a.')]">
<div class="modalDesc">Fascicle 16 'A'</div>
</xsl:when>
<xsl:when test=".[contains(., 'fs') and contains(., 'b.')]">
<div class="modalDesc">Fascicle 16 'B'</div>
</xsl:when>
<xsl:when test=".[contains(., 'fs') and contains(., 'c.')]">
<div class="modalDesc">Fascicle 16 'C'</div>
</xsl:when>
<xsl:when test=".[contains(., 'poems1.')]">
<div class="modalDesc">1890 Poems</div>
</xsl:when>
<xsl:when test=".[contains(., 'poems2.')]">
<div class="modalDesc">1891 Poems</div>
</xsl:when>
<xsl:when test=".[contains(., 'poems3.')]">
<div class="modalDesc">1896 Poems</div>
</xsl:when>
<xsl:when test=".[contains(., 'fp')]">
<div class="modalDesc">Further Poems</div>
</xsl:when>
<xsl:when test=".[contains(., 'ce.')]">
<div class="modalDesc">Centenary Edition</div>
</xsl:when>
<xsl:when test=".[contains(., 'cea.')]">
<div class="modalDesc">Centenary Edition 'A'</div>
</xsl:when>
<xsl:when test=".[contains(., 'ceb.')]">
<div class="modalDesc">Centenary Edition 'B'</div>
</xsl:when>
<xsl:when test=".[contains(., 'fh.')]">
<div class="modalDesc">Final Harvest</div>
</xsl:when>
<xsl:when test=".[contains(., 'fha.')]">
<div class="modalDesc">Final Harvest 'A'</div>
</xsl:when>
<xsl:when test=".[contains(., 'fhb.')]">
<div class="modalDesc">Final Harvest 'B'</div>
</xsl:when>
<xsl:when test=".[contains(., 'bm.')]">
<div class="modalDesc">Bolts of Melody</div>
</xsl:when>
<xsl:when test=".[contains(., 'am.')]">
<div class="modalDesc">Atlantic Monthly</div>
</xsl:when>
<xsl:when test=".[contains(., 'lSDa.')]">
<div class="modalDesc">Susan Dickinson Letter 'A'</div>
</xsl:when>
<xsl:when test=".[contains(., 'lSDb.')]">
<div class="modalDesc">Susan Dickinson Letter 'B'</div>
</xsl:when>
</xsl:choose>
</div>
</xsl:for-each>
</div>
</div>
</div>
</div>
</body>
</html>
</xsl:template>
<xsl:template match="head">
<h2>
<span id="poem{//idno}">
<xsl:apply-templates select="title"/>
</span>
</h2>
</xsl:template>
<xsl:template match="lg">
<div class="para"><xsl:apply-templates/></div>
</xsl:template>
<xsl:template match="l">
<xsl:for-each select=".">
<span class="line">
<span class="lineNum"><xsl:value-of select="count(preceding::l) + 1"/><xsl:text>: </xsl:text></span>
<span class="lineContent">
<xsl:if test="text()[1]">
<xsl:apply-templates select="text()[1]"/>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., 'var0')]/text()">
<span class="var">VAR 1: </span><span class="df16"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., 'var0')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., 'var1')]/text()">
<span class="var">VAR 2: </span><span class="df16"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., 'var1')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., 'var2')]/text()">
<span class="var">VAR 3: </span><span class="df16"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., 'var2')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#df16')]/text()">
<span class="df16"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#df16')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#poems1')]/text()">
<span class="poems1"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#poems1')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#poems2')]/text()">
<span class="poems2"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#poems2')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#poems3')]/text()">
<span class="poems3"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#poems3')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#fp')]/text()">
<span class="fp"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#fp')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#ce')]/text()">
<span class="ce"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#ce')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#fh')]/text()">
<span class="fh"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#fh')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#bm')]/text()">
<span class="bm"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#bm')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#am')]/text()">
<span class="am"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#am')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., '#lSD')]/text()">
<span class="lsd"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., '#lSD')]"/></span>
</xsl:if>
<xsl:if test="app[1]/rdg[@wit/contains(., 'var0')]/del[@rend/contains(., 'strikethrough')]/text()">
<span class="var">VAR 1: </span><span class="df16"><span class="strikethrough"><xsl:apply-templates select="app[1]/rdg[@wit/contains(., 'var0')]/del[@rend/contains(., 'strikethrough')]"/></span></span>
</xsl:if>
<xsl:if test="text()[2]">
<xsl:apply-templates select="text()[2]"/>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., 'var0')]/text()">
<span class="var">VAR 1: </span><span class="df16"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., 'var0')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., 'var1')]/text()">
<span class="var">VAR 2: </span><span class="df16"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., 'var1')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., 'var2')]/text()">
<span class="var">VAR 3: </span><span class="df16"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., 'var2')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#df16')]/text()">
<span class="df16"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#df16')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#poems1')]/text()">
<span class="poems1"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#poems1')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#poems2')]/text()">
<span class="poems2"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#poems2')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#poems3')]/text()">
<span class="poems3"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#poems3')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#fp')]/text()">
<span class="fp"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#fp')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#ce')]/text()">
<span class="ce"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#ce')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#fh')]/text()">
<span class="fh"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#fh')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#bm')]/text()">
<span class="bm"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#bm')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#am')]/text()">
<span class="am"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#am')]"/></span>
</xsl:if>
<xsl:if test="app[2]/rdg[@wit/contains(., '#lSD')]/text()">
<span class="lsd"><xsl:apply-templates select="app[2]/rdg[@wit/contains(., '#lSD')]"/></span>
</xsl:if>
<xsl:if test="text()[3]">
<xsl:apply-templates select="text()[3]"/>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., 'var0')]/text()">
<span class="var">VAR 1: </span><span class="df16"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., 'var0')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., 'var1')]/text()">
<span class="var">VAR 2: </span><span class="df16"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., 'var1')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., 'var2')]/text()">
<span class="var">VAR 3: </span><span class="df16"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., 'var2')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#df16')]/text()">
<span class="df16"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#df16')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#poems1')]/text()">
<span class="poems1"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#poems1')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#poems2')]/text()">
<span class="poems2"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#poems2')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#poems3')]/text()">
<span class="poems3"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#poems3')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#fp')]/text()">
<span class="fp"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#fp')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#ce')]/text()">
<span class="ce"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#ce')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#fh')]/text()">
<span class="fh"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#fh')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#bm')]/text()">
<span class="bm"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#bm')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#am')]/text()">
<span class="am"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#am')]"/></span>
</xsl:if>
<xsl:if test="app[3]/rdg[@wit/contains(., '#lSD')]/text()">
<span class="lsd"><xsl:apply-templates select="app[3]/rdg[@wit/contains(., '#lSD')]"/></span>
</xsl:if>
<xsl:if test="text()[4]">
<xsl:apply-templates select="text()[4]"/>
</xsl:if>
</span>
</span><br/>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>