[
https://issues.apache.org/jira/browse/CAMEL-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420956#comment-15420956
]
ASF GitHub Bot commented on CAMEL-8287:
---------------------------------------
GitHub user hutchkintoot opened a pull request:
https://github.com/apache/camel/pull/1123
Fix for CAMEL-8287
Allows a user to supply a custom URIResolver to be used to resolve imports
in his/her schematron rules files.
Fix now applied to master. But we would really need to have this back
ported to the 2.16.x and 2.17.x branches if possible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hutchkintoot/camel CAMEL-8287-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1123.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1123
----
commit ffb4b1cd22f27767f320fcec5de13dd6aec27916
Author: Johan Mörén <[email protected]>
Date: 2016-08-15T13:14:27Z
Fix for CAMEL-8287
Allows a user to supply a custom URIResolver to be used to resolve imports
in his/her schematron rules files.
----
> Schematron component does not work with includes in schematron
> --------------------------------------------------------------
>
> Key: CAMEL-8287
> URL: https://issues.apache.org/jira/browse/CAMEL-8287
> Project: Camel
> Issue Type: Improvement
> Components: camel-schematron
> Affects Versions: 2.14.1
> Reporter: Thomas Walzer
> Assignee: ayache khettar
> Priority: Minor
> Attachments: 0001-add-test-for-schematron-with-includes.patch
>
>
> I have a schematron with includes:
> <pattern>
> <include href="include/DTr1_ANY.sch"/>
> ....
> </pattern>
> when I run against this schematron I get the following error:
> Recoverable error on line 472
> FODC0002: I/O error reported by XML parser processing null: null
> Unable to open referenced included file: include/DTr1_ANY.sch
> Unable to locate id attribute: include/DTr1_ANY.sch
> Recoverable error on line 472
> There is question with an answer on stackoverflow that seems applicable to me:
> http://stackoverflow.com/questions/7236291/saxon-error-with-xslt-import-statement
> BTW: camel-schematron is not yet a component in JIRA.
> Many thanks in advance!
> Thomas.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)