ph-schematron icon indicating copy to clipboard operation
ph-schematron copied to clipboard

Java Schematron library that supports XSLT and native application

Results 11 ph-schematron issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement
pinned

Using the following Schematron: ``` ``` And the following document: ``` Text content ``` I expect the assertion to fail. But instead I get the following: ``` ``` This was...

bug
pinned
Implementation pure

Using the following Schematron: ``` ``` And the following document: ``` Text content ``` I expect the second rule not to fire. But it does: ``` ``` This was discovered...

bug
pinned
Implementation pure

``` [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...

enhancement
pinned
Saxon

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...

question
pinned
Implementation pure

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...

bug
pinned
Implementation pure

Same as https://github.com/Schematron/schema/issues/18

bug
pinned
Implementation pure

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...

enhancement
pinned