Oxygen Tutorial
  • Open Oxygen
  • Create a New XML File
  • Copy and paste the following text into the new file"
<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet title="TEI Boilerplate" type="text/xsl" href="teibp.xsl"?>
<?xml-stylesheet title="custom.css"  type="text/css" href="../css/tiny_TEI_template.css" alternate="yes"?>
<?xml-model href="exercise.rnc" type="application/relax-ng-compact-syntax"?>
<TEI xml:lang="en" version="2.1.0" xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Add document title here</title>
        <editor>
          <persName>Add your name here </persName>, <orgName>Add the name of your digital project here. </orgName>
        </editor>
      </titleStmt>
      <publicationStmt>
        <availability>
          <ab>Add your rights information here.</ab>
        </availability>
      </publicationStmt>
      <sourceDesc>
        <biblStruct>
          <monogr>
            <author>
              <persName>Add author here</persName>
            </author>
            <title>Add document title here</title>
            <imprint>
              <publisher><orgName type="repository">Add repository where original found.</orgName>, 
<orgName type="collection">Add collection where original found</orgName></publisher>
              <date sameAs="YYYY-MM-DD"> Add date written out</date>
            </imprint>
          </monogr>
        </biblStruct>
      </sourceDesc>
    </fileDesc>
    <profileDesc>
      <langUsage>
        <language ident="en">English (change if not)</language>
      </langUsage>
    </profileDesc>
  </teiHeader>
  <text type="letter">
    <front>
      <note type="head">Add any introductory matter you want to provide.</note>
    </front>
    <body rend="hand">
      <pb n="1"/>
      <p>Add the body of your document here.</p>
    </body>
  </text>
</TEI>
  • Add the body of your document to this template. If you do not have any transcribed text, use this sample.
  • Add paragraph tags <p> at the start and </p> at the end of each of your breaks. We will convert these to other codes as we move through the sample.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License