-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathruby_samples.xml
51 lines (50 loc) · 1.85 KB
/
ruby_samples.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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="ruby.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="ruby.isosch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0"
xmlns:r="http://www.tei-c.org/ns/proposal/ruby">
<teiHeader>
<fileDesc>
<titleStmt>
<title/>
</titleStmt>
<publicationStmt>
<p>Free to anyone for any purpose.</p>
</publicationStmt>
<sourceDesc>
<p>Invented based on examples in prior work on this ticket.</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<div>
<p>Some room for examples based on images.</p>
<div>
<head>interspersed emphasis markers</head>
<p>note sure how to better deal with this, but overlap opportunities abound. shows use of gaiji with ruby.</p>
<pb n='三' facs="Images/26478854.jpg"/>
<!-- see https://www.w3.org/TR/css-text-decor-3/#propdef-text-emphasis-style -->
<ab rend='○' style='text-emphasis-style: open; writing-mode: vertical-rl'>
而較之可乎遂
<r:ruby>
<r:rb rend='○' style='text-emphasis-style: open'>書絶其纓</r:rb>
<r:rt>原<g>⿰言仐</g>令有以自
</r:rt>
</r:ruby>
</ab>
<!-- I m not to happy about having to split here, but i don't see another option.
this is where overlap problem will occur if i want to mark the semantic unit of the text across 自容 or 纓尋 boundaries
-->
<ab style='writing-mode: vertical-rl'>
<r:ruby>
<r:rb>尋</r:rb>
<r:rt>容</r:rt>
</r:ruby>
荘王…
</ab>
</div>
</div>
</body>
</text>
</TEI>