-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.xml
28 lines (28 loc) · 905 Bytes
/
template.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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<?xml-model href="../../TEI_Lex-0/TEILex0.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Title</title>
</titleStmt>
<publicationStmt>
<publisher>bla</publisher>
<date>1888</date>
<pubPlace>Sofia</pubPlace>
</publicationStmt>
<sourceDesc>
<biblStruct>
<analytic>
<author>a</author>
</analytic>
</biblStruct>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body/>
</text>
</TEI>