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

MCR-3111 mycore-tei datamodel and tools #2163

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sebhofmann
Copy link
Member

  • New datamodel with teiHeader element in a container
  • MCRTEISplitter class to split tei files in different sub files
  • new xsl stylesheet to display sub files in viewer
  • deprecate MCRTEIValidator

Link to jira.

* New datamodel with teiHeader element in a container
* MCRTEISplitter class to split tei files in different sub files
* new xsl stylesheet to display sub files in viewer
* deprecate MCRTEIValidator
<metadata>
<element name="teiContainer" type="xml" style="dontknow" notinherit="true" heritable="false">
<xs:sequence>
<xs:element ref="tei:teiHeader" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be more flexible I woud make this a xs:choice of tei:teiHeader and tei:TEI

@@ -0,0 +1,148 @@
package org.mycore.tei;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MyCoRe License?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a Junicode.info text or markdown file with
short description / hint on license and Github / Download URL?

@sebhofmann sebhofmann self-assigned this Jun 25, 2024
@rsteph-de rsteph-de marked this pull request as draft November 19, 2024 13:32
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

Successfully merging this pull request may close these issues.

2 participants