forked from TEIC/Stylesheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdc.odd
29 lines (29 loc) · 826 Bytes
/
dc.odd
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
<?oxygen RNGSchema="tei_odds.rnc" type="compact"?>
<TEI xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0" >
<teiHeader>
<fileDesc>
<titleStmt>
<title>Mapping TEI to Dublin Core</title>
<author>Sebastian Rahtz</author>
</titleStmt>
<publicationStmt>
<p> </p>
</publicationStmt>
<sourceDesc>
<p>authored from scratch</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<specGrp xml:id="dc">
<elementSpec ident="publicationStmt" mode="change">
<equiv filter="dc.xsl" mimeType="text/xsl" name="dc_publisher"/>
</elementSpec>
<elementSpec ident="keyword" mode="change">
<equiv filter="dc.xsl" mimeType="text/xsl" name="dc_subject"/>
</elementSpec>
</specGrp>
</body>
</text>
</TEI>