Last active
February 26, 2019 16:28
-
-
Save davidamichelson/0ddb509899b4af1ed16f3d18e4e7e462 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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://relaxng.org/ns/structure/1.0"?> | |
<?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"?> | |
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> | |
<sourceDesc> | |
<p>Information about the source</p> | |
</sourceDesc> | |
</fileDesc> | |
</teiHeader> | |
<text> | |
<body> | |
<div | |
type="section" n="1"> | |
<head type="editorial" subtype="chronological">Chron. § 1</head> | |
<p xml:lang="en">1. In the year <date when="0180-01-01">180</date> kings began to rule in <placeName ref="http://syriaca.org/place/78">Edessa</placeName>.</p> | |
</div> | |
</body> | |
</text> | |
</TEI> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment