Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
60c32cba
Commit
60c32cba
authored
Mar 03, 2017
by
R.W.Majeed
Browse files
use latest schematron release
parent
b597171e
Changes
2
Hide whitespace changes
Inline
Side-by-side
cda-validation/pom.xml
View file @
60c32cba
...
...
@@ -12,7 +12,7 @@
<version>
0.7-SNAPSHOT
</version>
</parent>
<properties>
<schematronVersion>
20170
105T160149
</schematronVersion>
<schematronVersion>
20170
302T140447
</schematronVersion>
<examplesVersion>
20170105T160149
</examplesVersion>
<schematronArchive>
aktin-runtime-${schematronVersion}
</schematronArchive>
<examplesArchive>
aktin-xml-${examplesVersion}
</examplesArchive>
...
...
cda-validation/src/main/java/org/aktin/cda/Validator.java
View file @
60c32cba
...
...
@@ -69,8 +69,8 @@ public class Validator implements NamespaceContext{
}
catch
(
XPathExpressionException
e
)
{
throw
new
IOException
(
e
);
}
addTemplateValidator
(
"1.2.276.0.76.10.1015"
,
getClass
().
getResource
(
"/
schematron_svrl/
aktin-basism.xsl"
));
addTemplateValidator
(
"1.2.276.0.76.10.1019"
,
getClass
().
getResource
(
"/
schematron_svrl/
aktin-basism20152b.xsl"
));
addTemplateValidator
(
"1.2.276.0.76.10.1015"
,
getClass
().
getResource
(
"/aktin-basism
_svrl
.xsl"
));
addTemplateValidator
(
"1.2.276.0.76.10.1019"
,
getClass
().
getResource
(
"/aktin-basism20152b
_svrl
.xsl"
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment