<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE TEI.2 PUBLIC "-//TEI P4//DTD Main Document Type//EN"
"http://infomotions.com/alex/dtd/tei2.dtd" [
<!ENTITY % TEI.XML     'INCLUDE' >
<!ENTITY % TEI.prose   'INCLUDE' >
<!ENTITY % TEI.linking 'INCLUDE' >
<!ENTITY % TEI.figures 'INCLUDE' >
<!ATTLIST xptr   url CDATA #IMPLIED >
<!ATTLIST xref   url CDATA #IMPLIED >
<!ATTLIST figure url CDATA #IMPLIED >
]> 
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>##TITLE##</title> 
        <author>##AUTHOR##</author>
        <respStmt>
          <resp>converted into TEI-conformant markup by</resp>
          <name>Eric Lease Morgan</name>
        </respStmt>
      </titleStmt>
      <publicationStmt>
        <publisher>Infomotions, Inc.</publisher>
        <address>
        	<addrLine>##EMAIL##</addrLine>
        </address>
        <distributor>Available through Infomotions, Inc. at <xptr url='##XMLURL##' />.</distributor>
        <idno type='musings'>##IDNO##</idno>
        <availability status='free'>
          <p>This document is distributed under the GNU Public License.</p>
        </availability>
      </publicationStmt>
      <notesStmt>
       <note type='abstract'>##ABSTRACT##</note>
      </notesStmt>
      <sourceDesc>
        <p>##SOURCE##</p>
      </sourceDesc>
    </fileDesc>
    <profileDesc>
      <creation>
        <date>##DATECREATED##</date>
      </creation>
      <textClass>
        <keywords>
          ##SUBJECTS##
        </keywords>
      </textClass>
    </profileDesc>
    <revisionDesc>
      ##CHANGES##
    </revisionDesc>
  </teiHeader>
  <text>
    <front>
    </front>
    <body>
      ##BODY##
    </body>
    <back>
    </back>
  </text>
</TEI.2>
