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
memoriav
Memobase 2020
services
Import Process
XML Data Transform
Commits
3e7b8ba6
Commit
3e7b8ba6
authored
Oct 13, 2020
by
Jonas Waeber
Browse files
Fix JAVA 8 compliance
parent
9a4ebbdb
Pipeline
#15832
passed with stages
in 6 minutes and 57 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
src/test/kotlin/TestXsltTransform.kt
View file @
3e7b8ba6
...
...
@@ -52,7 +52,7 @@ class TestXsltTransform {
val
transformer
=
XMLTransformer
()
val
xslt
=
transformer
.
xsltFunction
(
FileInputStream
(
"${resourcePath}/test_transform/test-transformer.xslt"
).
read
All
Bytes
())
transformer
.
xsltFunction
(
FileInputStream
(
"${resourcePath}/test_transform/test-transformer.xslt"
).
readBytes
())
val
result
=
transformer
.
applyXSLT
(
"source-key"
,
meta
,
createInputStream
(
"test_transform/test-transformer.xml"
),
xslt
)
...
...
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