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
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
I have a few issues with the Roma's sanity check (http://www.tei-c.org/Roma/). I get errors most of the times, even by sanity-checking standard schemas. For example, only by selecting 'TEI absolutely bare' and then clicking on 'sanity check' I get:
Schema is BROKEN !
p cannot be used
list cannot be used
item cannot be used
label cannot be used
head cannot be used
author cannot be used
title cannot be used
teiHeader cannot be used
fileDesc cannot be used
titleStmt cannot be used
publicationStmt cannot be used
sourceDesc cannot be used
TEI cannot be used
text cannot be used
body cannot be used
div cannot be used
front cannot be used
back cannot be used
Elements you can use:
Model classes you can use:
And this without changing anything. Could you please advise?
Thanks and congratulations for the hard work!
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of #13 owing to the fact that the Sanity Checker doesn't speak Pure ODD (it is looking for RelaxNG declarations which no longer exist) and the TEI Guidelines have been updated to use Pure ODD. This needs someone with some PHP experience to edit Roma to look instead at Pure ODD content models.
Hello,
I have a few issues with the Roma's sanity check (http://www.tei-c.org/Roma/). I get errors most of the times, even by sanity-checking standard schemas. For example, only by selecting 'TEI absolutely bare' and then clicking on 'sanity check' I get:
Schema is BROKEN !
p cannot be used
list cannot be used
item cannot be used
label cannot be used
head cannot be used
author cannot be used
title cannot be used
teiHeader cannot be used
fileDesc cannot be used
titleStmt cannot be used
publicationStmt cannot be used
sourceDesc cannot be used
TEI cannot be used
text cannot be used
body cannot be used
div cannot be used
front cannot be used
back cannot be used
Elements you can use:
Model classes you can use:
And this without changing anything. Could you please advise?
Thanks and congratulations for the hard work!
The text was updated successfully, but these errors were encountered: