<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="testtei.xsl" type="text/xml"?>
<!DOCTYPE TEI.2 SYSTEM 
"http://www.uvm.edu/~hag/presentations/xml/testtei.dtd">
<TEI.2>
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title/>
            </titleStmt>
            <publicationStmt/>
            <sourceDesc/>
        </fileDesc>
    </teiHeader>
    <text>
        <body>
            <div1>
                <head>Our Title will go here</head>
                <byline>By <docAuthor>Hope Greenberg</docAuthor>
                </byline>
                <div2>
                    <head type="subsection">Sub-title Goes Here</head>
                    <p>We will begin by placing some text here. </p>
                    <p>
                        <list>
                            <item>Item one</item>
                            <item>item two</item>
                            <item>item three</item>
                        </list>
                    </p>
                </div2>
            </div1>
        </body>
    </text>
</TEI.2>
