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

Create extension mechanism for recognizing new formats #1

Open
emanueldima opened this issue Mar 25, 2020 · 0 comments
Open

Create extension mechanism for recognizing new formats #1

emanueldima opened this issue Mar 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@emanueldima
Copy link
Member

We need a mechanism to describe custom format variants, its main usage being for the TEI subformats. The mediatype, root element, schemas (either relaxng, schematro, xml schema or dtd) must be testable with a common Turing complete language for full power. A new profile should require just adding a new file with a lambda function taking the list of features and returning a new format (for a match) or empty result (for non match).

@emanueldima emanueldima added the enhancement New feature or request label Mar 25, 2020
andmor- added a commit that referenced this issue Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant