-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom parameters in ANT Task #62
Comments
The latest SNAPSHOT (-3) from https://oss.sonatype.org/content/repositories/snapshots/com/helger/ph-schematron/5.0.6-SNAPSHOT/ contains support for parameters. Docs:
Example (multiplicity 0-n): <parameter name="allow-foreign" value="true" /> |
This seems to work with However, with allow-foreign set to true, while the initial noise log about sqf:fix or xsl:template is no longer displayed, I get this further down, and actual errors are no longer reported:
|
@fviolette you are correct - it is |
Do you mean the ANT part of the sample causing the error I reported? |
Yes please |
And the schematron code that causes the error when being parsed. I interpret this as a generic XML error in the Schematron |
Setup is:
One of several use cases that give an error — another would be sqf:user-entry. map.ditamap
rules.sch
This gives:
|
That was fixed in 5.0.10 with the improved handling of non-Schematron parts |
I'm sure the resolution of #61 should be available in the ANT task as well.
So custom parameters should be made customizable.
The text was updated successfully, but these errors were encountered: