<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="en-GB">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 0: Introduction to Text Encoding and the TEI</title>
        <author xml:id="EV">Edward Vanhoutte</author>
        <editor xml:id="RvdB">Ron Van den Branden</editor>
        <editor xml:id="MT">Melissa Terras</editor>
        <sponsor>Association for Literary and Linguistic Computing (ALLC)</sponsor>
        <sponsor>Centre for Data, Culture and Society, University of Edinburgh, UK</sponsor>
        <sponsor>Centre for Digital Humanities (CDH), University College London, UK</sponsor>
        <sponsor>Centre for Computing in the Humanities (CCH), King’s College London, UK</sponsor>
        <sponsor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</sponsor>
        <funder>
          <address>
            <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
            <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
            <addrLine>Koningstraat 18</addrLine>
            <addrLine>9000 Gent</addrLine>
            <addrLine>Belgium</addrLine>
          </address>
          <email>ctb@kantl.be</email>
        </funder>
        <principal>Edward Vanhoutte</principal>
        <principal>Melissa Terras</principal>
      </titleStmt>
      <publicationStmt>
        <publisher>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</publisher>
        <distributor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</distributor>
        <pubPlace>Gent</pubPlace>
        <address>
          <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
          <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
          <addrLine>Koningstraat 18</addrLine>
          <addrLine>9000 Gent</addrLine>
          <addrLine>Belgium</addrLine>
        </address>
        <availability status="free">
          <p>Licensed under a <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike 3.0 License</ref>
                    </p>
        </availability>
        <date when="2010-07-09">9 July 2010</date>
      </publicationStmt>
      <seriesStmt>
        <title>TEI by Example.</title>
        <respStmt>
          <name>Edward Vanhoutte</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Ron Van den Branden</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Melissa Terras</name>
          <resp>editor</resp>
        </respStmt>
      </seriesStmt>
      <sourceDesc>
        <p>Digitally born</p>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc>
        <p>TEI by Example offers a series of freely available online tutorials walking individuals through the different stages in marking up a document in TEI (Text Encoding Initiative). Besides a general introduction to text encoding, step-by-step tutorial modules provide example-based introductions to eight different aspects of electronic text markup for the humanities. Each tutorial module is accompanied with a dedicated examples section, illustrating actual TEI encoding practise with real-life examples. The theory of the tutorial modules can be tested in interactive tests and exercises.</p>
      </projectDesc>
    </encodingDesc>
    <profileDesc>
      <langUsage>
        <language ident="en-GB">en-GB</language>
      </langUsage>
    </profileDesc>
    <revisionDesc>
      <change when="2020-06-23" who="#RvdB">technical revision</change>
      <change when="2010-07-23" who="#RvdB">fixed broken link and (example) character encoding</change>
      <change when="2010-07-13" who="#RvdB">
                <list>
                    <item>added distinction <gi>gi</gi> — <tag>gi scheme="..."</tag> — <gi>tag</gi>
                    </item>
        <item>final spellcheck</item>
                </list>
            </change>
      <change when="2010-07-08" who="#RvdB">release</change>
      <change when="2009-12-16" who="#EV">Added documentation on how to associate entity declarations with a document instance under 4.2.3.</change>
      <change when="2009-11-20" who="#EV">
                <list>
                    <item>Added new section 4. XML ground rules: to be finished</item>
                    <item>Added new section 5.3 Using TEI: to be revised</item>
                </list>
            </change>
      <change when="2009-06-11" who="#RvdB">-reshuffled modules: TBED01v00 has become TBED00v00; updated TBED00v00.xml</change>
      <change when="2009-09-10" who="#EV">Revision</change>
      <change when="2008-02-19" who="#EV">XML-izing text</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED00v00" type="tutorials">
    <body>
            <div xml:id="xmlgroundrules">
        <head>XML: Ground Rules</head>
        <div xml:id="recommendation">
          <head>Recommendation</head>
          <p>XML is a metalanguage by which one can create separate markup languages for separate purposes. It is platform-, software-, and system-independent and no-one <soCalled>owns</soCalled> XML, although specific XML markup languages can be owned by their creators. Generally speaking, XML empowers the content provider and facilitates data integration, exchange, maintenance, and extraction. XML is currently the de facto standard on the World Wide Web partly because HTML (Hypertext Markup Language) was rephrased as an XML encoding language. XML is edited and managed by the W3C which also published the specification as a recommendation in 1998 (<ref type="bibl" target="#bray1998">Bray, Paoli, and Sperberg-McQueen 1998</ref>).</p>
          <p>The big selling point of XML is that it is text-based. This means that each XML encoding language is entirely built up in ASCII (American Standard Code for Information Interchange), or plain text, and can be created and edited using a simple text-editor like Notepad or its equivalents on other platforms. However, when you start working with XML, you will soon find that it is better to edit XML documents using a professional XML editor. While plain text-editors don’t know that you’re writing TEI, XML editors will help you write error-free XML documents, validate your XML against a DTD or a schema, force you to stick to a valid XML structure, and enable you to perform transformations.</p>
          <p>Since ASCII only provides for characters commonly found in the English language, different character encoding systems have been designed such as Isolat-1 (ISO-8859-1) for Western languages, and Unicode (UTF-8 and UTF-16). By using these character encoding systems, non-ASCII characters such as French <mentioned>é</mentioned>, <mentioned>à</mentioned>, <mentioned>ç</mentioned>, Norwegian <mentioned>æ</mentioned> <mentioned>ø</mentioned> <mentioned>å</mentioned>, or Hebrew ק can be used in XML documents. These systems rely on ASCII notation for the expression of these non-ASCII characters. The French <mentioned>à</mentioned>, for instance, is represented by the string <ident>agrave</ident> in Isolat-1 and by the number <ident>00E0</ident> in Unicode.</p>
          <!-- [RvdB] revisit this -->
          <note type="reference">See <ptr type="crossref" target="../tools/software.htm#Editors"/> in the TBE Toolkit.</note>
        </div>
        <div xml:id="xmlcomponents">
          <head>Components</head>
          <p>Any XML encoding language consists of five components:
            <list rend="bulleted">
              <item>Processing Instructions</item>
              <item>Elements</item>
              <item>Attributes</item>
              <item>Entity References</item>
              <item>(P)CDATA</item>
            </list>
          </p>
          <p>For example, a simple two-paragraph document could be encoded as follows in XML:
            <figure xml:id="example1">
              <!-- [RvdB] escape "xml" processing instruction name with _TBEeg_suffix  -->
              <egXML xmlns="http://www.tei-c.org/ns/Examples" rend="omit-ns">
                
                <document>
                  <!-- paragraphs go here -->
                  <paragraph number="1">Paragraph one of <title>an XML example</title>.</paragraph>
                  <paragraph number="2">Paragraph two of this example.</paragraph>
                </document>
              </egXML>
              <head type="legend">A sample XML document.</head>
            </figure>
          </p>
          <div xml:id="xmldeclaration">
            <head>XML Declaration</head>
            <p>An XML document is introduced by the XML declaration:
              <figure xml:id="example2">
                <!-- [RvdB] escape "xml" processing instruction name with _TBEeg_suffix  -->
                <egXML xmlns="http://www.tei-c.org/ns/Examples">
                  
                </egXML>
                <head type="legend">An XML declaration.</head>
              </figure>
            </p>
            <p>The question mark <code>?</code> in the XML declaration signals that this is a processing instruction. The following bits state that what follows is XML which complies with version 1.0 of the recommendation and that the used character encoding is UTF-8 or Unicode. An XML declaration is optional, but can only appear as the first content of an XML file.</p>
          </div>
          <div xml:id="xmlelements">
            <head>Elements and Attributes</head>
            <p>The two-paragraph document above is an example of an XML document, representing both information and meta-information. Information (plain text) is contained in XML elements, delimited by start tags (e.g., <tag type="start">document</tag>) and end tags (e.g., <tag type="end">document</tag>). Additional information to these XML elements can be given in attributes, consisting of a name (e.g., <att>number</att>) and a value (e.g., <val>1</val>). Attributes can only occur within the start tag of an element. XML comments are delimited by start markers (<code>&lt;!--</code>) and end markers (<code>--&gt;</code>). Everything inside comments is ignored by XML processing software: it is said to be <soCalled>commented out</soCalled>.</p>
          </div>
          <div xml:id="xmlentity">
            <head>Entity References</head>
            <p>Entity references are predefined strings of data that a parser must resolve before parsing the XML document.<note>A parser is a piece of software that recognises a programming or an encoding language with the possible intent to process or interpret it. An XML parser can for instance be used to validate an XML document, transform it to another format, or process information from the document.</note> Entity references may be useful in a number of cases: 
              <list rend="bulleted">
                <item>representing character data which cannot easily be keyboarded or which is illegal in XML because some characters are reserved</item>
                <item>escaping reserved characters in XML</item>
                <item>providing <soCalled>boilerplate text</soCalled>, that is text which is or can be reused in new contexts or applications</item>
              </list>
                        </p>
            <p>An entity reference starts with an ampersand <code>&amp;</code> and closes with a semicolon <code>;</code>. The entity name is the string between these two symbols. For instance, the entity reference for the <soCalled>less than</soCalled> sign <code>&lt;</code> is <code>&amp;lt;</code>. The entity reference for the ampersand is <code>&amp;amp;</code>.</p>
            <p>Not all computers necessarily support the Unicode encoding scheme XML works with. Portability of individual characters from the Unicode system, however, is supported by entity references that refer to their numeric or hexadecimal notation. For example, the character <mentioned>ø</mentioned> is represented within an XML document as the Unicode character with hexadecimal value <code>00F8</code> and decimal value <code>0248</code>. For exporting an XML document containing this character, it may be represented with the corresponding character reference <code>&amp;#x00F8;</code> or <code>&amp;#0248;</code> respectively, with the <code>x</code> indicating that what follows is a hexadecimal value. References of this type do not need to be predefined, since the underlying character encoding for XML is always the same.</p>
            <p>For legibility purposes, however, it is also possible to refer to this character by use of a mnemonic name, such as <ident>oslash</ident>, provided that each such name is mapped to the required Unicode value by means of an ENTITY declaration.
              <figure xml:id="example3">
                <egXML xmlns="http://www.tei-c.org/ns/Examples">
                  &lt;!ENTITY oslash "#x00F8"&gt;
                </egXML>
                <head type="legend">An entity declaration.</head>
              </figure>
            </p>
            <p>The ENTITY declaration uses a non-XML syntax inherited from SGML and starts with an opening delimiter <code>&lt;</code> followed by an exclamation mark <code>!</code> signalling that this is a declaration. The keyword <code>ENTITY</code> names that an entity is being declared here. What follows next is the entity name - here the mnemonic name <code>&amp;oslash;</code> - for which a declaration is given and the declaration itself inside quotation marks. In this example, it is the hexadecimal value of the character.</p>
            <p>The same character can also be declared in the following ways:
              <figure xml:id="figure4">
                <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:space="preserve">
                  &lt;!ENTITY oslash "ø"&gt;</egXML>
                <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:space="preserve">
                  &lt;!ENTITY oslash "#0248"&gt;</egXML>
                <head type="legend">Alternative (but equivalent) entity declarations.</head>
              </figure>
            </p>
            <p>Character entities must also be used in XML to escape the <soCalled>less than</soCalled> sign <code>&lt;</code> and the ampersand <code>&amp;</code> which are illegal because the XML parser could mistake them for markup.
              <figure xml:id="figure5">
                <egXML xmlns="http://www.tei-c.org/ns/Examples" rend="omit-ns">
                  <p>Gimme pepper &amp;amp; salt!</p>
                  <p>A &amp;lt; B</p>
                </egXML>
                <head type="legend">Escaping reserved XML charactes with character entities.</head>
              </figure>
            </p>
            <p>Entities are not only capable to refer to character declarations but can also refer to strings of text with an unlimited extent. This way, repetitive keying of repeated information can be avoided (aka string substitution), or standard expressions or formulae can be kept up to date. The first is useful, for instance, for the expansion of <code>&amp;TBE;</code> to <q>TEI by Example</q> before the test is validated. This corresponding ENTITY declaration is as follows:
              <figure xml:id="example5">
                <egXML xmlns="http://www.tei-c.org/ns/Examples">
                  &lt;!ENTITY TBE "TEI by Example"&gt;</egXML>
                <head type="legend">An entity declaration.</head>
              </figure>
            </p>
            <p>The second is used in contracts, books of laws, etc. in which updating would otherwise mean the complete re-keying of the same (extensive) string of text. For example, the expression: <eg rend="inline">This contract is concluded between &amp;party1; and &amp;party2; for the duration of 10 years starting from &amp;date;</eg> in legal texts can be updated simply by changing the value of the ENTITY declarations:
              <figure xml:id="example7">
                <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:space="preserve">
                  &lt;!ENTITY party1 "Rev Knyff "&gt;
                  &lt;!ENTITY party2 "Lt Rosen"&gt;
                  &lt;!ENTITY date "2010-01-01"&gt;</egXML>
                <head type="legend">More entity declarations.</head>
              </figure>
            </p>
            <p>The substitution of the entities by their values in the given example results in the following expression: <eg rend="inline">This contract is concluded between Rev Knyff and Lt Rosen for the duration of 10 years starting from 2007-01-01</eg>.</p>
            <note>The term boilerplate text dates back to the early 1900s, referring to the thick, tough steel sheets used to build steam boilers. From the 1890s onwards, printing plates of text for widespread reproduction such as advertisements or syndicated columns were cast or stamped in steel (instead of the much softer and less durable lead alloys used otherwise) ready for the printing press and distributed to newspapers around the United States. They came to be known as <soCalled>boilerplates</soCalled>.</note>
            <p>ENTITY declarations are placed inside a DOCTYPE declaration which follows the XML declaration at the beginning of the XML document:
              <figure xml:id="example6">
                <!-- [RvdB] escape "xml" processing instruction name with _TBEeg_suffix  -->
                <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:space="preserve">
                  
                  &lt;!DOCTYPE rootelement [
                    &lt;!ENTITY party1 "Rev Knyff "&gt;
                    &lt;!ENTITY party2 "Lt Rosen"&gt;
                    &lt;!ENTITY date "2010-01-01"&gt;
                  ]&gt;</egXML>
                <head type="legend">A DOCTYPE declaration.</head>
              </figure>
            </p>
            <p>The DOCTYPE declaration starts with the opening delimiter <code>&lt;!</code> which is followed by the keyword <code>DOCTYPE</code>. Next comes the name of the root element of the document. In the case of a TEI document, this will be <code>TEI</code>. The entity references which must be interpreted by the XML processor are put inside square brackets. An XML parser encountering this DOCTYPE declaration will expand the entities with the values given in the ENTITY declaration before the document itself is validated.</p>
          </div>
          <div xml:id="xmlcdata">
            <head>(P)CDATA</head>
            <p>All text in an XML document will normally be parsed by a parser. When an XML element is parsed, the text between the XML tags is also parsed. The parser does that because XML elements can nest as in the following example:
              <figure xml:id="example8">
                <egXML xmlns="http://www.tei-c.org/ns/Examples" rend="omit-ns">
                  <paragraph number="1">Paragraph one of <title>an XML example</title>.</paragraph>
                </egXML>
                <head type="legend">Nesting XML elements</head>
              </figure>
            </p>
            <p>The XML parser will break this string up into an element <gi scheme="TBE">paragraph</gi> with a subelements <gi scheme="TBE">title</gi>. Text data that will be parsed by an XML parser is called parsed character data or PCDATA.</p>
            <p>An XML document often contains data which need not be parsed by an XML parser. For instance, characters like <code>&lt;</code> and <code>&amp;</code> are illegal in XML elements because the parser will interpret them as the beginning of new elements or the beginning of an entity reference which will result in an error message. Therefore, these characters can be escaped by the use of the entity references <code>&amp;lt;</code> and <code>&amp;amp;</code>. When programming or scripting code (such as Javascript, which contains many occurrences of <code>&amp;lt;</code> and <code>&amp;amp;</code>) is included in an XML document, it should not be parsed by the XML parser. We can avoid this by treating it as <term>unparsed character data</term> or CDATA in the document:
              <figure xml:id="example9">
                <egXML xmlns="http://www.tei-c.org/ns/Examples" rend="omit-ns" xml:space="preserve">
                  <script>
                  &lt;![CDATA[
                    function matchwo(a,b) {
                      if (a &lt; b &amp;&amp; a &lt; 0) then {
                        return 1;
                      }
                      else {
                        return 0;
                      }
                    }
                  ]]&gt;
                  </script>
                </egXML>
                <head type="legend">Escaping a block of text as CDATA section.</head>
              </figure>
            </p>
            <p>A CDATA section starts with <code>&lt;![CDATA[</code> and ends with <code>]]&gt;</code>. Everything inside a CDATA section is treated as plain text by the parser.</p>
          </div>
        </div>
        <div xml:id="xmlusing">
          <head>Using XML</head>
          <p>Depending on the nature of your XML documents and what you want to use them for, you will need different tools, ranging from freely available open source tools to expensive industrial software. In principle, the simplest plain text editor suffices to author or edit XML. In order to validate or transform XML, additional tools will be needed which often come included in dedicated XML editors: a validating parser, an XSLT processor, a tree-structure viewer etc. For publishing purposes, XML documents may be transformed to other XML formats, HTML or PDF—to name just a few of the possibilities—using XSLT and XSLFO scripts which are processed by an off-the-shelf or custom-made XSL processor. These published documents can be viewed in generic web browsers or PDF viewers. XML documents can further be indexed, excerpted, questioned, and analysed with tools specifically designed for the job.</p>
        </div>
      </div>
        </body>
    <back>
      <div type="bibliography">
        <listBibl>
          <bibl xml:id="barnard1988">
                        <author>Barnard, David T.</author>, <author>Cheryl A. Fraser</author>, and <author>George M. Logan</author>. <date>1988</date>. <title level="a">Generalized Markup for Literary Texts</title>. <title level="j">Literary and Linguistic Computing</title> <biblScope unit="volume">3</biblScope> (<biblScope unit="issue">1</biblScope>): <biblScope unit="page">26–31</biblScope>. <idno type="DOI">10.1093/llc/3.1.26</idno>.</bibl>
          <bibl xml:id="barnard1988b">
                        <author>Barnard, David T.</author>, <author>Ron Hayter</author>, <author>Maria Karababa</author>, <author>George M. Logan</author>, and <author>John McFadden</author> <date>1988</date>. <title level="a">SGML-Based Markup for Literary Texts: Two Problems and Some Solutions</title>. <title level="j">Computers and the Humanities</title> <biblScope unit="volume">22</biblScope> (<biblScope unit="issue">4</biblScope>): <biblScope unit="page">265–276</biblScope>.</bibl>
          <bibl xml:id="berkowitz1986">
                        <author>Berkowitz, Luci</author>, <author>Karl A. Squitier</author>, and <author>William H. A. Johnson</author>. <date>1986</date>. <title level="m">Thesaurus Linguae Graecae, Canon of Greek Authors and Works.</title> <pubPlace>New York/Oxford</pubPlace>: <publisher>Oxford University Press</publisher>.</bibl>
          <bibl xml:id="bray1998">
                        <editor>Bray, Tim</editor>, <editor>Jean Paoli</editor>, and <editor>C. M. Sperberg-McQueen</editor>. <title level="m">Extensible Markup Language (XML) 1.0.</title> W3C Recommendation 10-February-1998. <ptr target="http://www.w3.org/TR/1998/REC-xml-19980210"/> (accessed September 2008).</bibl>
          <bibl xml:id="burnard1988">
                        <author>Burnard, Lou</author> <date>1988</date>. <title level="a">Report of Workshop on Text Encoding Guidelines</title>. <title level="j">Literary and Linguistic Computing</title> <biblScope unit="volume">3</biblScope> (<biblScope unit="issue">2</biblScope>): <biblScope unit="page">131–133</biblScope>. <idno type="DOI">10.1093/llc/3.2.131</idno>.</bibl>
          <bibl xml:id="burnard2006">
                        <author>Burnard, Lou</author>, and <author>C. M. Sperberg-McQueen</author>. <date>2006</date>. <title level="u">TEI Lite: Encoding for Interchange: an introduction to the TEI Revised for TEI P5 release</title>. February 2006 <ptr target="https://tei-c.org/release/doc/tei-p5-exemplars/html/tei_lite.doc.html"/>.</bibl>
          <bibl xml:id="derose1999">
                        <author>DeRose, Steven J.</author> <date>1999</date>. <title level="a">XML and the TEI</title>. <title level="j">Computers and the Humanities</title> <biblScope unit="volume">33</biblScope> (<biblScope unit="issue">1–2</biblScope>): <biblScope unit="page">11–30</biblScope>.</bibl>
          <bibl xml:id="goldfarb1990">
                        <author>Goldfarb, Charles F.</author> <date>1990</date>. <title level="m">The SGML Handbook</title>. <pubPlace>Oxford</pubPlace>: <publisher>Clarendon Press</publisher>.</bibl>
          <bibl xml:id="hockey1980">
                        <author>Hockey, Susan</author> <date>1980</date>. <title level="m">Oxford Concordance Program Users’ Manual</title>. <pubPlace>Oxford</pubPlace>: <publisher>Oxford University Computing Service</publisher>.</bibl>
          <bibl xml:id="ide1988">
                        <author>Ide, Nancy M.</author>, and <author>C. M. Sperberg-McQueen</author>. <date>1988</date>. <title level="a">Development of a Standard for Encoding Literary and Linguistic Materials</title>. In <title level="m">Cologne Computer Conference 1988. Uses of the Computer in the Humanities and Social Sciences. Volume of Abstracts.</title> Cologne, Germany, Sept 7–10 1988, p. <biblScope unit="page">E.6-3-4</biblScope>.</bibl>
          <bibl xml:id="ide1995">
                        <author>Ide, Nancy M.</author>, and <author>C. M. Sperberg-McQueen</author>. <date>1995</date>. <title level="a">The TEI: History, Goals, and Future</title>. <title level="j">Computers and the Humanities</title> <biblScope unit="volume">29</biblScope> (<biblScope unit="issue">1</biblScope>): <biblScope unit="page">5–15</biblScope>.</bibl>
          <bibl xml:id="kay1967">
                        <author>Kay, Martin</author> <date>1967</date>. <title level="a">Standards for Encoding Data in a Natural Language</title>. <title level="j">Computers and the Humanities</title>, <biblScope unit="volume">1</biblScope> (<biblScope>5</biblScope>): <biblScope unit="page">170–177</biblScope>.</bibl>
          <bibl xml:id="lancashire1996">
                        <author>Lancashire, Ian</author>, <author>John Bradley</author>, <author>Willard McCarty</author>, <author>Michael Stairs</author>, and <author>Terence Russon Woolridge</author>. <date>1996</date> <title level="m">Using TACT with Electronic Texts</title>. <pubPlace>New York</pubPlace>: <publisher>Modern Language Association of America</publisher>.</bibl>
          <bibl xml:id="russel1967">
                        <author>Russel, D. B.</author> <date>1967</date>. <title level="m">COCOA: A Word Count and Concordance Generator for Atlas</title>. <pubPlace>Chilton</pubPlace>: <publisher>Atlas Computer Laboratory</publisher>.</bibl>
          <bibl xml:id="msmq1991">
                        <author>Sperberg-McQueen, C. M.</author> <date>1991</date>. <title level="a">Text in the Electronic Age: Textual Study and Text Encoding with examples from Medieval Texts</title>. <title level="j">Literary and Linguistic Computing</title> <biblScope unit="volume">6</biblScope> (<biblScope unit="issue">1</biblScope>): <biblScope unit="page">34–46</biblScope>. <idno type="DOI">10.1093/llc/6.1.34</idno>.</bibl>
          <bibl xml:id="msmq1990">
                        <editor>Sperberg-McQueen, C. M.</editor>, and <editor>Lou Burnard</editor> (eds.). <date>1990</date>. <title level="m">TEI P1: Guidelines for the Encoding and Interchange of Machine Readable Texts</title>. <pubPlace>Chicago/Oxford</pubPlace>: <publisher>ACH-ALLC-ACL Text Encoding Initiative</publisher>. <ptr target="https://tei-c.org/Vault/Vault-GL.html"/> (accessed October 2008).</bibl>
          <bibl xml:id="msmq1993">
                        <editor>Sperberg-McQueen, C. M.</editor>, and <editor>Lou Burnard</editor> (eds.). <date>1993</date>. <title level="m">TEI P2 Guidelines for the Encoding and Interchange of Machine Readable Texts</title> Draft P2 (published serially 1992–1993); Draft Version 2 of April 1993: 19 chapters. <ptr target="https://tei-c.org/Vault/Vault-GL.html"/> (accessed October 2008).</bibl>
          <bibl xml:id="msmq1994">
                        <editor>Sperberg-McQueen, C. M.</editor>, and <editor>Lou Burnard</editor> (eds.). <date>1994</date>. <title level="m">Guidelines for Electronic Text Encoding and Interchange. TEI P3.</title> <pubPlace>Oxford, Providence, Charlottesville, Bergen</pubPlace>: <publisher>Text Encoding Initiative</publisher>.</bibl>
          <bibl xml:id="msmq1999">
                        <editor>Sperberg-McQueen, C. M.</editor>, and <editor>Lou Burnard</editor> (eds.). <date>1999</date>. <title level="m">Guidelines for Electronic Text Encoding and Interchange. TEI P3. Revised reprint.</title> <pubPlace>Oxford, Providence, Charlottesville, Bergen</pubPlace>: <publisher>Text Encoding Initiative</publisher>.</bibl>
          <bibl xml:id="msmq2002">
                        <editor>Sperberg-McQueen, C. M.</editor>, and <editor>Lou Burnard</editor> (eds.). <date>2002</date>. <title level="m">TEI P4: Guidelines for Electronic Text Encoding and Interchange. XML-compatible edition.</title> XML conversion by Syd Bauman, Lou Burnard, Steven DeRose, and Sebastian Rahtz. <pubPlace>Oxford, Providence, Charlottesville, Bergen</pubPlace>: <publisher>Text Encoding Initiative Consortium</publisher>. <ptr target="https://tei-c.org/Vault/P4/doc/html/"/> (accessed October 2008).</bibl>
          <bibl xml:id="tei2007">
                        <orgName>TEI Consortium</orgName>. <date>2007</date>. <title level="m">TEI P5: Guidelines for Electronic Text Encoding and Interchange</title>. <pubPlace>Oxford, Providence, Charlottesville, Nancy</pubPlace>: <publisher>TEI Consortium</publisher>. <ptr target="https://tei-c.org/Vault/P5/1.0.0/doc/tei-p5-doc/en/html/"/> (accessed October 2008).</bibl>
        </listBibl>
      </div>
    </back>
  </text>
  <!-- 
        $Date: 2020-07-08 02:33:20 +0200 (Wed, 08 Jul 2020) $
        $Id: TBED00v00.xml 425 2020-07-08 00:33:20Z ron.vandenbranden $  -->
</TEI>