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
catalog.p5
<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
  <rewriteSystem systemIdStartString="http://www.tei-c.org/release/xml/tei/schema/dtd/"
    rewritePrefix="dtd/"/>
  <rewriteSystem
      systemIdStartString="http://www.tei-c.org/release/xml/tei/odd/"
      rewritePrefix="./"/>
  <rewriteSystem systemIdStartString="http://www.tei-c.org/release/xml/tei/schema/relaxng/"
    rewritePrefix="relaxng/"/>
</catalog>
back to top