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
DDA
dda-wizard
Commits
716ccef8
Commit
716ccef8
authored
Jun 02, 2022
by
Fischer, Tim
Browse files
tweaked matching from using exact term to using matches
parent
1d6ef34c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/xslt/tatup-oai_dc-2-xmlbundle.xslt
View file @
716ccef8
...
...
@@ -79,7 +79,7 @@
<xsl:for-each
select=
"//oai:setSpec"
>
<xsl:if
test=
"not(. = 'driver')"
>
<xsl:choose>
<xsl:when
test=
"
. = 'tatup:Special+Topic' or . = 'tatup:
Research'"
>
<xsl:when
test=
"
matches(., 'Special') or matches(., '
Research'
)
"
>
<xsl:call-template
name=
"new-metadatum"
>
<xsl:with-param
name=
"key"
select=
"'dc.description.review'"
/>
<xsl:with-param
name=
"language"
select=
"''"
/>
...
...
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