Skip to content

Commit 794c4ef

Browse files
Emmanuelle-MorlockEmmanuelle-Morlock
Emmanuelle-Morlock
authored and
Emmanuelle-Morlock
committed
remove 'htm-teilistbiblandbibl.xsl' from 'start-edition.xsl' as it is imported by 'htm-teibibl.xsl' since bug correction in commit d64c1f6 and create test file ex-listBibl.xml"
1 parent b7c14af commit 794c4ef

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

start-edition.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<xsl:include href="htm-teilb.xsl"/>
2626
<xsl:include href="htm-teilgandl.xsl"/>
2727
<xsl:include href="htm-teilistanditem.xsl"/>
28-
<xsl:include href="htm-teilistbiblandbibl.xsl"/>
28+
<!-- <xsl:include href="htm-teilistbiblandbibl.xsl"/>-->
2929
<xsl:include href="htm-teimilestone.xsl"/>
3030
<xsl:include href="htm-teibibl.xsl"/>
3131
<xsl:include href="htm-teinote.xsl"/>

tests/data/source/ex-listBibl.xml

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?xml-model href="https://epidoc.stoa.org/schema/latest/tei-epidoc.rng" schematypens="https://relaxng.org/ns/structure/1.0"?>
3+
<?xml-model href="https://epidoc.stoa.org/schema/latest/tei-epidoc.rng" schematypens="https://purl.oclc.org/dsdl/schematron"?>
4+
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:space="preserve" xml:lang="en">
5+
<teiHeader>
6+
<fileDesc>
7+
<titleStmt>
8+
<title>title of document</title>
9+
</titleStmt>
10+
<publicationStmt>
11+
<authority></authority>
12+
<idno type="filename"></idno>
13+
</publicationStmt>
14+
<sourceDesc>
15+
<msDesc>
16+
<msIdentifier>
17+
<repository>museum/archive</repository>
18+
<idno>inventory number</idno>
19+
</msIdentifier>
20+
<physDesc>
21+
<objectDesc>
22+
<supportDesc>
23+
<support>description of object/monument (likely to include <material/>
24+
and <objectType/> information, <dimensions/>, etc.)</support>
25+
</supportDesc>
26+
<layoutDesc>
27+
<layout>description of text field/campus</layout>
28+
</layoutDesc>
29+
</objectDesc>
30+
<handDesc>
31+
<handNote>description of letters, possibly including <height>letter-heights</height>
32+
</handNote>
33+
</handDesc>
34+
</physDesc>
35+
<history>
36+
<origin>
37+
<origPlace>Place of origin</origPlace>
38+
<origDate>Date of origin</origDate>
39+
</origin>
40+
<provenance type="found"> Findspot and circumstances/context
41+
</provenance>
42+
<provenance type="observed">Modern location(s) (if different from repository, above)
43+
</provenance>
44+
</history>
45+
</msDesc>
46+
</sourceDesc>
47+
</fileDesc>
48+
</teiHeader>
49+
<!--<facsimile>
50+
<graphic url="photograph of text or monument"/>
51+
</facsimile>-->
52+
<text>
53+
<body>
54+
<div type="edition" xml:space="preserve">
55+
<ab> text here</ab>
56+
</div>
57+
<div type="apparatus">
58+
<p>external apparatus criticus (if applicable)</p>
59+
</div>
60+
<div type="translation">
61+
<p>translation(s)</p>
62+
</div>
63+
<div type="commentary">
64+
<p>commentary</p>
65+
</div>
66+
<div type="bibliography">
67+
<listBibl>
68+
<bibl>ref1</bibl>
69+
<bibl>ref2</bibl>
70+
<bibl>ref3</bibl>
71+
</listBibl>
72+
</div>
73+
</body>
74+
</text>
75+
</TEI>

0 commit comments

Comments
 (0)