How to validate a TEI 5 Lite document

To validate a TEI P5 Lite document, you must include the TEI P5 Lite Relax NG Schema in your document:

<?xml version="1.0" encoding="utf-8"?>

<?blueprint namespace="http://www.tei-c.org/ns/1.0" schema="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/teilite.rng"?>

<TEI xmlns="http://www.tei-c.org/ns/1.0">

</TEI>

XMLBlueprint XML Editor will automatically support XML Completion for your TEI P5 Lite document based on the Relax NG Schema. To validate your TEI P5 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/release/xml/tei/custom/schema/relaxng/teilite.rng

in the edit box. Press the Next > button, choose "TEI" as root element and then press the Finish button. XMLBlueprint will automatically create an empty document with a reference to the TEI P5 Lite Relax NG Schema.