ph-schematron
ph-schematron copied to clipboard
Java Schematron library that supports XSLT and native application
In case of presence, attribute @subject from schematron rule should be used in the SVRL Result instead of context path in the attribute @location . Otherwise, the XML node(s) or...
Hi, I'm wondering if `SchematronResourceXSLT` is thread-safe when initialized? `SchematronResourcePure` says in its javadoc that it's thread-safe when it's initialized because the underlying cache is thread-safe. As `SchematronResourceXSLTCache` is also...
Move the content of https://phax.github.io/ph-schematron/ to the Wiki were applicable
Using the following Schematron: ``` ``` And the following document: ``` Text content ``` I expect the assertion to fail. But instead I get the following: ``` ``` This was...
Using the following Schematron: ``` ``` And the following document: ``` Text content ``` I expect the second rule not to fire. But it does: ``` ``` This was discovered...
``` [main] ERROR com.helger.xml.transform.LoggingTransformErrorListener - [fatal_error] Transformation fatal error (net.sf.saxon.trans.XPathException: Unexpected token ")" at start of expression) [main] ERROR com.helger.xml.transform.XMLTransformerFactory - Failed to parse javax.xml.transform.dom.DOMSource@383864d5 javax.xml.transform.TransformerConfigurationException: net.sf.saxon.s9api.SaxonApiException: Errors were reported...
Hello, im using ph-schematron to validate data in an xml file but i found that the following rule is not being applied: ``` El campo Importe correspondiente a Traslado no...
Hi, I'm trying to use the Pure Schematron validator but I've encountered an issue with variable substitution. The Schematron I deal with uses _let_ statements with XPath 2 patterns, and...
Same as https://github.com/Schematron/schema/issues/18
The method `getContent()` of a `DiagnosticReference` returns information about a Schematron diagnostic validation message, but there seem to be no further methods in order to get explicit information (e.g. the...