How to validate a TEI P4 Lite document
To validate a TEI P4 Lite document, you must include the TEI P4 Lite DTD in your document:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book SYSTEM "http://www.tei-c.org/Lite/DTD/teixlite.dtd">
<TEI.2>
</TEI.2>
XMLBlueprint XML Editor will automatically support XML Completion for your TEI P4 Lite document based on the DTD. To validate your TEI P4 Lite document, open it in XMLBlueprint XML Editor and click XML > Validate.
TIP --In XMLBlueprint, choose File > New > XML Document with DTD, Relax NG Schema, or XML Schema and paste
http://www.tei-c.org/Lite/DTD/teixlite.dtd
in the edit box. Press the Next > button, choose "TEI.2" as root element and then press the Finish button. XMLBlueprint will automatically create an empty document with a reference to the TEI P4 Lite DTD.







