Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
DARIAH-DE Common
Commits
b3af41bc
Commit
b3af41bc
authored
Feb 05, 2016
by
Ubbo Veentjer
Browse files
fix xslt-bug
parent
1605a606
Changes
1
Hide whitespace changes
Inline
Side-by-side
esutils/src/main/resources/info/textgrid/middleware/common/elasticsearch/textgridMetadata2Json.xsl
View file @
b3af41bc
...
...
@@ -207,7 +207,7 @@
<dateOfPublication>
<xsl:for-each
select=
"@date"
><date><xsl:value-of
select=
"current()"
/></date></xsl:for-each>
<xsl:for-each
select=
"@notBefore"
><notBefore><xsl:value-of
select=
"current()"
/></notBefore></xsl:for-each>
<xsl:for-each
select=
"@notAfter"
/
><notAfter><xsl:value-of
select=
"current()"
/></notAfter>
<xsl:for-each
select=
"@notAfter"
><notAfter><xsl:value-of
select=
"current()"
/></notAfter>
</xsl:for-each>
<xsl:for-each
select=
"current()"
><value><xsl:value-of
select=
"current()"
/></value></xsl:for-each>
</dateOfPublication>
</xsl:for-each>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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