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
8f397b84
Commit
8f397b84
authored
Sep 17, 2020
by
jerome
Browse files
hotfix literature_meta tag
parent
02a2cc90
Changes
1
Hide whitespace changes
Inline
Side-by-side
gfl-plugin/src/main/resources/gfl-indexer.xslt
View file @
8f397b84
...
...
@@ -417,8 +417,10 @@ Refer to comments in the code to understand the used algorithm.
<xsl:choose>
<xsl:when
test=
"contains(document-uri(/), 'Lit')"
>
<field
name=
"doctype"
>
literature_meta
</field>
<!--
<field name="doctype">literature</field>
<xsl:for-each select="//listBibl/bibl">
<xsl:if test="relatedItem/@type='print'">
<field name="type_refs">
...
...
@@ -453,8 +455,9 @@ Refer to comments in the code to understand the used algorithm.
</field>
</xsl:if>
</xsl:for-each>
-->
</xsl:when>
<xsl:otherwise>
<field
name=
"doctype"
>
article
</field>
<!--TODO test!!! -->
<field
name=
"number_of_pages"
>
...
...
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