<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TEI.2 SYSTEM "http://www.tei-c.org/Lite/DTD/teixlite.dtd">
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>A Microscopically Small TEI Document.</title>
        <author>Syd</author>
      </titleStmt>
      <publicationStmt>
        <p>An unpublished document used for training.</p>
      </publicationStmt>
      <sourceDesc>
        <p>No source: this electronic form is the original.</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <head>Big is Good?</head>
      <p>Size matters not. Judge <emph>me</emph> by my size, do you?
        Hmmm&hellip;and well you should not!</p>
<!--
  ** I looked for an attribution on the web, and found two different
  ** ones:
  **
  ** Leigh Brackett, George Lucas, and Irvin Kershner. Yoda (Frank
  ** Oz), The Empire Strikes Back (1980).
  **
  ** written by Lawrence Kasdan & Leigh Brackett, story by George
  ** Lucas
-->
      <list>
        <item><label>1.</label> Small, this file is.</item>
        <item><label>2.</label> Encoding, demonstrates it does.</item>
        <item><label>3.</label> Of lists, two different ways.</item>
      </list>
      <list>
        <head>alternate encoding of same list as above</head>
        <item n="1">Small, this file is.</item>
        <item n="2">Encoding, demonstrates it does.</item>
        <item n="3">Of lists, two different ways.</item>
      </list>
    </body>
  </text>
</TEI.2>
