Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Last active January 4, 2016 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CliffordAnderson/8671757 to your computer and use it in GitHub Desktop.
Save CliffordAnderson/8671757 to your computer and use it in GitHub Desktop.
An example TEI document to
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader type="text">
<fileDesc>
<titleStmt>
<title>Testing XPath</title>
<author>Clifford Anderson</author>
</titleStmt>
<publicationStmt>
<idno>Test Document #1</idno>
<publisher>Paralipomena</publisher>
<pubPlace>Nashville, TN</pubPlace>
<date when="2014"/>
</publicationStmt>
<sourceDesc>
<p xml:lang="eng">Born digitally as a classroom exercise</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<front>
<note type="abstract">This is a sample XPath Document</note>
</front>
<body>
<p n="1">Who wants to learn XPath?</p>
<p n="2">Let's get started with XPath</p>
<p>No time to waste!</p>
</body>
</text>
</TEI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment