cannot validate schematron in 26
Posted: Fri Nov 03, 2023 9:40 pm
On Oxygen XML Editor 26 ("You are currently running the latest version") on Linux, if I try to validate a schematron document using the red checkmark, I get the following error:
If I click on the error, I go to
where it complains that
This seems to have gone wrong in 26.
For clarity, I am not trying to validate another document with the schematron; I am trying to validate that the schematron document is itself valid schematron. A colleague using oXygen 26 on Windows reports the same problem.
Code: Select all
System ID: jar:file:/home/graydon/Oxygen XML Editor 26/lib/oxygen.jar!/builtin/oXygenSchematronDispatcher.xsl
Main validation file: /home/graydon/xcential/git/Oregon-DPMS/modelling/schemas/checkFRBR.sch
Scenario name: Schematron + SQF
Document type: Schematron
Engine name: Schematron 1.5
Severity: error
Description: access denied ("java.security.AllPermission" "<all permissions>" "<all actions>")
Code: Select all
jar:file:/home/graydon/Oxygen%20XML%20Editor%2026/lib/oxygen.jar!/builtin/oXygenSchematronDispatcher.xsl
Code: Select all
Cannot find a 0-argument function named Q{http://www.oxygenxml.com/schematron/validation}column-number()
For clarity, I am not trying to validate another document with the schematron; I am trying to validate that the schematron document is itself valid schematron. A colleague using oXygen 26 on Windows reports the same problem.