Text Encoding Initiative

The XML Version of the TEI Guidelines

<editorialDecl>


<editorialDecl> (editorial practice declaration) provides details of editorial principles and practices applied during the encoding of a text.
Attributes Global attributes and those inherited from declarable
Example
<editorialDecl id="e2">
   <normalization source="W9">
      <p>All words converted to Modern American spelling using
 Websters 9th Collegiate dictionary
  </p>
   </normalization>
   <quotation marks="all" form="std">
      <p>All opening quotation marks converted to &odq; all closing
 quotation marks converted to &cdq;.</p>
   </quotation>
</editorialDecl>
Module Declared in file teihdr2; Core tag sets: enabled when any TEI base is enabled
Class declarable
May contain correction hyphenation interpretation normalization p quotation segmentation stdVals
May occur within encodingDesc
Declaration
<!ELEMENT editorialDecl %om.RO; ( p+ | ((correction | normalization 
       | quotation | hyphenation | interpretation
       | segmentation | stdVals)+, p*))> 
<!ATTLIST editorialDecl  
      %a.global;
      %a.declarable;>
See further 5.3.3 The Editorial Practices Declaration; 5.3 The Encoding Description; 23.3.2 Declarable Elements

Up: 35 Elements