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
static behaviors = { | |
"tei": { | |
"attDef": function(elt) { | |
let result = document.createElement("dl"); | |
let dt = document.createElement("dt"); | |
dt.innerText = "@" + elt.getAttribute("ident"); | |
let dd = document.createElement("dd"); | |
for (let i =0; i < elt.childNodes.length; i++) { | |
dd.appendChild(elt.childNodes[i].cloneNode(true)); | |
} |
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"?> | |
<!-- | |
Copyright TEI Consortium. | |
Dual-licensed under CC-by and BSD2 licences | |
See the file COPYING.txt for details | |
$Date$ | |
$Id$ | |
--> | |
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> | |
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="app"> |
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
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> | |
<sourceDesc> |
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
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> | |
<sourceDesc> |
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
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> | |
<sourceDesc> |
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
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> | |
<sourceDesc> |
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
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> | |
<sourceDesc> |
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
<template> | |
<div> | |
TEI would go here... | |
<div id="tei" v-html="teiHTML" /> | |
</div> | |
</template> | |
<script> | |
import CETEI from '../ceteicean/CETEI.js'; | |
export default { |
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"?> | |
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
<teiHeader> | |
<fileDesc> | |
<titleStmt> | |
<title>Title</title> | |
</titleStmt> | |
<publicationStmt> | |
<p>Publication Information</p> | |
</publicationStmt> |
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 level="a">BMCR 04.01.01, Ruth Scodel on Elizabeth S. Belfiore, Tragic Pleasures: Aristotle on Plot and Emotion | |
</title> |
NewerOlder