Minimal TEI-Lite Tagging Structure


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TEI.2 PUBLIC "-//TEI P4//DTD Main DTD Driver File//EN" 
"http://www.tei-c.org/Lite/DTD/teixlite.dtd"> <TEI.2> <teiHeader> <fileDesc> <titleStmt> <title>Title of the text</title> <respStmt> <resp>edited by</resp> <name>Name of editor</name> </respStmt> </titleStmt> <publicationStmt> <distributor>Publisher</distributor> </publicationStmt> <sourceDesc> <bibl>Bibliographical citation</bibl> </sourceDesc> </fileDesc> </teiHeader> <text> <body> <p>test</p> </body> </text> </TEI.2>