https://github.com/TEIC/TEI
Raw File
Tip revision: 6f86eb3006d815bb183e0d0d8f94a9b3357d38a4 authored by Syd Bauman on 10 September 2014, 03:37:43 UTC
Tag this version which has Schematron code in biblStruct.xml for deprecating <idno> as a direct child of <biblStruct>. I can't implement this for the upcoming release, as we have 29 cases of biblStruct/idno in P5's own bibliogrraphy.
Tip revision: 6f86eb3
extns2.xml
<!DOCTYPE TEI SYSTEM "../DTD/tei.dtd" [
<!ENTITY % TEI.XML "INCLUDE">
<!ENTITY % TEI.header "INCLUDE">
<!ENTITY % TEI.core "INCLUDE">
<!ENTITY % TEI.transcr "INCLUDE">
<!ENTITY % TEI.textstructure "INCLUDE">
<!ENTITY % TEI.extensions.ent SYSTEM "extns.ent">
<!ENTITY % TEI.extensions.dtd SYSTEM "extns.dtd">
]>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
	<title>The title</title>
      </titleStmt>
      <editionStmt>
	<p></p>
      </editionStmt>
      <publicationStmt>
	<p></p>
      </publicationStmt>
      <sourceDesc>
	<p></p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <div1 change="#foo">
	<head>Section <blort>heading</blort></head>
	<p xml:id="p1">the words</p>
	<p xml:lang="is" xml:id="p2">the words</p>
	<div2>
	  <head>subsection heading</head>
	  <p>hello</p>
	</div2>
      </div1>
    </body>
  </text>
</TEI>
back to top