Validation with XML SchemaΒΆ

All versions of OpenEdition TEI XML Schema are available

You can validate your TEI file in your XML editor using the following attributes in the root element (/TEI) of the TEI file :

<?xml version="1.0" encoding="UTF-8"?>
<TEI
     xmlns="http://www.tei-c.org/ns/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.tei-c.org/ns/1.0 http://lodel.org/ns/tei/tei.openedition.1.6.2/document.xsd">

You can also validate your XML files on Linux with xmllint:

xmllint --schema http://lodel.org/ns/tei/tei.openedition.1.6.2/document.xsd XML-FILE.tei.xml --noout