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
Goethes Farbenlehre
gfl-importer
Commits
1e0c7121
Commit
1e0c7121
authored
Feb 26, 2021
by
bettin5@sub.uni-goettingen.de
Browse files
chg value from atribute to text node
parent
6b46cb05
Changes
1
Hide whitespace changes
Inline
Side-by-side
gfl-plugin/src/main/resources/gfl-indexer.xslt
View file @
1e0c7121
...
...
@@ -457,7 +457,7 @@ Refer to comments in the code to understand the used algorithm.
<xsl:value-of
select=
"@when"
/>
</field>
<field
name=
"publish_day"
>
<xsl:value-of
select=
"
@sameAs
"
/>
<xsl:value-of
select=
"
./text()/normalize-space()
"
/>
</field>
</xsl:template>
...
...
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