You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a few changes to the sample TEI file, so that it looked like this :
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_lite.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_lite.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Title</title>
</titleStmt>
<publicationStmt>
<p>Publication information</p>
</publicationStmt>
<sourceDesc>
<p>Information about the source</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<p>Some text here.
would be nice but what if I want to add a whole file?</p>
<lb/><div n="foo"><p>inside a div</p></div><p>This is not valid!</p>
</body>
</text>
</TEI>
This is not valid against the TEI Lite schema, of course. Your validator didn't seem to mind.
The text was updated successfully, but these errors were encountered:
I made a few changes to the sample TEI file, so that it looked like this :
This is not valid against the TEI Lite schema, of course. Your validator didn't seem to mind.
The text was updated successfully, but these errors were encountered: