-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDickinson6FINAL.xsl
More file actions
368 lines (355 loc) · 20 KB
/
Copy pathDickinson6FINAL.xsl
File metadata and controls
368 lines (355 loc) · 20 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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<?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:variable name="witness"
select="//front/descendant::witness/@xml:id"/>
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/styles.css"/>
<script type="text/javascript" src="../scripts/dickinson.js"/>
<title>Emily Dickinson: Fascicle 6 | <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>
</a>
<a class="noShowLink" href="6home.html">
<span class="siteTitle">: Fascicle 6</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="601.html">601</a>
</li>
<li>
<a href="602.html">602</a>
</li>
<li>
<a href="603.html">603</a>
</li>
<li>
<a href="604.html">604</a>
</li>
<li>
<a href="605.html">605</a>
</li>
<li>
<a href="606.html">606</a>
</li>
<li>
<a href="607.html">607</a>
</li>
<li>
<a href="608.html">608</a>
</li>
<li>
<a href="609.html">609</a>
</li>
<li>
<a href="610.html">610</a>
</li>
<li>
<a href="611.html">611</a>
</li>
<li>
<a href="612.html">612</a>
</li>
<li>
<a href="613.html">613</a>
</li>
<li>
<a href="614.html">614</a>
</li>
<li>
<a href="615.html">615</a>
</li>
<li>
<a href="616.html">616</a>
</li>
<li>
<a href="617.html">617</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="df6Key" id="df6Button">Fascicle 6</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(., '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(., 'lSD')]">
<button class="lSDKey" id="lSDButton">Letter to Susan
Dickinson</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'LETTER')]">
<button class="LETTERKey" id="LETTERButton">Letter from Emily
Dickinson</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., '[0-9]D')]">
<button class="DKey" id="DButton">Dickinson</button>
</xsl:if>
<xsl:if test="//front//witness[@xml:id/contains(., 'CP')]">
<button class="CPKey" id="CPButton">Complete Poems</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 6</div>
</xsl:when>
<xsl:when
test=".[contains(., 'fs') and contains(., 'a.')]">
<div class="modalDesc">Fascicle 6 'A'</div>
</xsl:when>
<xsl:when
test=".[contains(., 'fs') and contains(., 'b.')]">
<div class="modalDesc">Fascicle 6 'B'</div>
</xsl:when>
<xsl:when
test=".[contains(., 'fs') and contains(., 'c.')]">
<div class="modalDesc">Fascicle 6 '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(., '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(., 'lSD.')]">
<div class="modalDesc">Susan Dickinson Letter</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:when test=".[contains(., 'LETTER.')]">
<div class="modalDesc">Letter from Emily
Dickinson</div>
</xsl:when>
<xsl:when test=".[contains(., 'D.')]">
<div class="modalDesc">Dickinson</div>
</xsl:when>
<xsl:when test=".[contains(., 'CP.')]">
<div class="modalDesc">Complete Poems</div>
</xsl:when>
<xsl:when test=".[contains(., 'CPa.')]">
<div class="modalDesc">Complete Poems 'A'</div>
</xsl:when>
<xsl:when test=".[contains(., 'CPb.')]">
<div class="modalDesc">Complete Poems 'B'</div>
</xsl:when>
</xsl:choose>
</div>
</xsl:for-each>
</div>
</div>
</div>
</div>
</body>
</html>
</xsl:template>
<xsl:template match="q[@rend]">
<xsl:choose>
<xsl:when test="@rend = 'single'">
<q class="single">
<xsl:apply-templates/>
</q>
</xsl:when>
<xsl:otherwise>
<q class="double">
<xsl:apply-templates/>
</q>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="emph[@rend]">
<xsl:choose>
<xsl:when test="@rend = 'underline'">
<span class="underline">
<xsl:apply-templates/>
</span>
</xsl:when>
<xsl:otherwise>
<span class="italic">
<xsl:apply-templates/>
</span>
</xsl:otherwise>
</xsl:choose>
</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">
<div class="line">
<span class="lineNum"><xsl:value-of select="count(preceding::l) + 1"/><xsl:text>: </xsl:text></span>
<div class="lineContent">
<xsl:variable name="current" select="current()"/>
<!--<xsl:sequence select="current()"/>
</xsl:variable> -->
<!--2016-04-20 ebb: It doesn't seem to be necessary to declare this variable a sequence because of course current() is going to be a new
value each time the template match on `<l>` fires.-->
<xsl:for-each select="$witness"><table>
<!-- ebb: removed @class="current()" from table element to output variants only inside cells.-->
<!--<xsl:value-of select="current()"/>-->
<xsl:apply-templates select="$current" mode="row">
<xsl:with-param name="wit" select="current()" as="xs:string" tunnel="yes"/>
</xsl:apply-templates>
</table>
</xsl:for-each>
</div>
</div>
</xsl:template>
<xsl:template match="l" mode="row">
<xsl:param name="wit" tunnel="yes"/>
<tr class="{$wit}Toggle"><xsl:for-each select="node()">
<xsl:choose>
<xsl:when test="current()/rdg[contains(@wit, $wit)]">
<td class="{$wit}"><xsl:apply-templates select="."/>
</td></xsl:when>
<xsl:otherwise>
<td class="{$wit}text">
<xsl:apply-templates select="."/>
</td>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each></tr>
</xsl:template>
<xsl:template match="app">
<xsl:param name="wit" tunnel="yes"/>
<xsl:apply-templates select="rdg[contains(@wit, $wit)]"/>
</xsl:template>
</xsl:stylesheet>