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

Fixed: Use value of "schematron" for constraintSpec #1161

Merged
merged 1 commit into from
May 26, 2023

Conversation

ahankinson
Copy link
Member

@ahankinson ahankinson commented May 26, 2023

The TEI has changed the value of "schematron" in its RNG, but the MEI RNG allows both "isoschematron" and "schematron".

If we're thinking about moving towards pure ODD this change will mean one less thing that breaks when we update.

Also fixed an issue where the customizations were using the TEI RNG, but the sources were pointing to the (older) MEI RNG. These were normalized to the MEI RNG so that all source and customizations use the same ODD schema.

Fixes #1158

The TEI has changed the value of "schematron" in its RNG.

If we're thinking about moving towards pure ODD this change will mean one less thing that breaks.

Also fixed an issue where the customizations were using the TEI RNG, but the sources were pointing to the (older) MEI RNG. These were normalized to the MEI RNG so that all source and customizations use the same ODD schema.

Fixes #1158
@ahankinson ahankinson added this to the MEI 5.0 milestone May 26, 2023
@ahankinson ahankinson requested review from kepper and a team May 26, 2023 16:12
@github-actions github-actions bot added Component: Core Schema changes to source/modules/* (assigned automatically) Component: Customizations changes to customizations/**/* (assigned automatically) labels May 26, 2023
Copy link
Member

@musicEnfanthen musicEnfanthen left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks

@ahankinson
Copy link
Member Author

FYI: I've also built it with the ant build script and it seems to work OK

Copy link
Member

@kepper kepper left a comment

Choose a reason for hiding this comment

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

Looks very good to me, many thanks @ahankinson 👍

@kepper kepper merged commit d95bd12 into develop May 26, 2023
2 checks passed
@ahankinson ahankinson deleted the fixed-1158-isoschematron branch May 26, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Schema changes to source/modules/* (assigned automatically) Component: Customizations changes to customizations/**/* (assigned automatically) Component: Tools Priority: Medium
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Change "isoschematron" to "schematron"
3 participants