Closed francogu closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@francogu please try again with th latest version 6.2.2 - it seems like schxslt managed to get the includes working correctly...
Hello,
Version is 6.0.3
I tried to use the schxslt version to compare over the pure and xslt version. When trying to apply the validation. Seems it was not able to load schematron sub-files that are included in the main file.
The folder schematron is not a folder in classpath and contains entry-xslt2.sch and the related included files at the same level (stage-1.sch, stage-2.sch etc...)
It outputs the following log:
Then it seems to be stuck as it seems to make endless call to method net.sf.saxon.dom.DOMNodeWrapper.skipFollowingTextNodes
Do you have any guidance to get rid of the issue except merging all schematron file in a single big one ?