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

Would you consider adding schematron support? #5

Open
mike-stern opened this issue Nov 4, 2020 · 2 comments
Open

Would you consider adding schematron support? #5

mike-stern opened this issue Nov 4, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mike-stern
Copy link

https://www.w3.org/XML/2010/02/xml-model-comments.html defines it as an acceptable type.

<?xml-model href="../foo.xspec" type="application/xml" 
            schematypens="http://purl.oclc.org/dsdl/schematron"?>
@raffazizzi raffazizzi self-assigned this Apr 13, 2021
@raffazizzi raffazizzi added the enhancement New feature or request label Apr 13, 2021
@raffazizzi
Copy link
Owner

I plan on adding schematron support, but I need to start with a feasibility assessment since validating Schematron typically requires XSLT-based strategies and I'm committed to keeping this plugin only built on node libraries.

@mike-stern
Copy link
Author

coming from an under-informed position (I am aware of it, but haven't used it), I call attention to saxon-js as a possible lead for your assessment. My apologies if you have already gone down that path.
https://www.npmjs.com/package/saxon-js

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

2 participants