Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customise the teiCorpus element #68

Open
cmil opened this issue Jun 23, 2024 · 2 comments
Open

Customise the teiCorpus element #68

cmil opened this issue Jun 23, 2024 · 2 comments

Comments

@cmil
Copy link
Member

cmil commented Jun 23, 2024

The revised DraCor schema should add teiCorpus as a possible start element to the schemaSpec of the ODD and adjust the content model to the DraCor use in corpus.xml files.

@ingoboerner
Copy link
Collaborator

ingoboerner commented Jun 24, 2024

I added it as start element. Is an easy fix:

<schemaSpec ident="dracor-api" docLang="en" prefix="tei_" xml:lang="en" start="TEI teiCorpus">

The problem with the corpus.xml is that it is not valid against TEI all. See #44

@lb42
Copy link

lb42 commented Sep 10, 2024

Just to note that you don't need to use <teiCorpus> : you can simply nest all your <TEI> elements within another <TEI>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants