<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../tv/tv.xsl" ?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader type="text">
    <fileDesc>
         <titleStmt>
             <title>Sample Text - TEIViewer</title>
             <author><name>Stephanie</name> and <name>Garrick</name></author>
         </titleStmt>
     </fileDesc>
    <!-- other optional parts of the header here -->
</teiHeader>
    <text>
        <body>
			<div><hi rend="head">Sample Text Document</hi></div>
            <p><choice><abbr>We're</abbr><expan>We are</expan></choice> using this document to illustrate 
				<del hand="Garrick" rend="overstrike">several</del> <add hand="Garrick">various</add> features of 
				the TEIViewer, such as its ability to allow users to interact with encoded descriptions like
                <hi rend="ital">abbr</hi>(<desc>contains an abbreviation of any sort</desc>) or 
				<hi rend="ital"><foreign xml:lang="la">sic</foreign></hi>.</p>
            <p>The TEIViewer allows readers to highlight certain words in a document via an interactive 
				<term><choice><reg>document control panel</reg><orig>dcp</orig></choice></term> which is powered 
				by jQuery, <quote rend="quoted">a fast, concise, JavaScript Library</quote> 
				<ref target="http://jquery.com/">jquery</ref>. 
            </p>
        </body>
     </text>
 </TEI>