-
Notifications
You must be signed in to change notification settings - Fork 212
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
Feature request - Schematron validation #390
Comments
Interesting, I wonder if there's a good schematron .NET implementation I could integrate. In the meantime you could use the XML Notepad support for XSLT together with this tool https://github.com/schxslt/schxslt |
Thank you for your feedback Chris! I already found this specific tool among others, but they did not convince me with regards to workflow or they are not maintained any more. For me a schematron validator should work as a xsd validator, and it should be integral part (or add-on) of an editor, because that is where it matters, giving direct feedback to the use instead of (1) stop editing, (2) run a script, (3) check the error log, (4) lookup the relevant parts in the document, (5) revise and correct the errors .. and iterate it over and over again. |
Thanks for the info, can you share examples of your XML data and the schematron schemas that you are using? |
@meineid-git , what kind of Schematron, which |
Thank you for this great tool, which has improved a lot with regards to usability. It would be great to implement a schematron validation while editing, so that plausibility checks can be done inside the editor without using external tools.
The text was updated successfully, but these errors were encountered: