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
1ece0feb
Commit
1ece0feb
authored
Feb 12, 2021
by
bettin5@sub.uni-goettingen.de
Browse files
add -(Grundschicht) for writer if scope=major
parent
cb669820
Changes
1
Hide whitespace changes
Inline
Side-by-side
gfl-plugin/src/main/resources/gfl-indexer.xslt
View file @
1ece0feb
...
...
@@ -573,21 +573,21 @@ Refer to comments in the code to understand the used algorithm.
<field
name=
"institution"
>
<xsl:value-of
select=
"//repository/normalize-space()"
/><xsl:text>
,
</xsl:text>
<xsl:value-of
select=
"//institution/normalize-space()"
/><xsl:text>
,
</xsl:text>
<xsl:value-of
select=
"//settlement/normalize-space()"
/><xsl:text>
</xsl:text>
<xsl:value-of
select=
"//country/normalize-space()"
/>
<xsl:value-of
select=
"//settlement/normalize-space()"
/><xsl:text>
(
</xsl:text>
<xsl:value-of
select=
"//country/normalize-space()"
/>
<xsl:text>
)
</xsl:text>
</field>
<field
name=
"shelfmark"
>
<xsl:value-of
select=
"//idno/normalize-space()"
/>
</field>
<field
name=
"script_source"
>
<xsl:value-of
select=
"//supportDesc/extent/text()"
/><xsl:text>
</xsl:text>
<xsl:value-of
select=
"//supportDesc/extent/text()"
/><xsl:text>
;
</xsl:text>
<xsl:value-of
select=
"//supportDesc/extent/dimensions/height/normalize-space()"
/><xsl:text>
x
</xsl:text>
<xsl:value-of
select=
"//supportDesc/extent/dimensions/width/normalize-space()"
/><xsl:text>
</xsl:text><xsl:value-of
select=
"//supportDesc/extent/dimensions/@unit/normalize-space()"
/><xsl:text>
,
</xsl:text>
<xsl:value-of
select=
"//supportDesc/extent/dimensions/width/normalize-space()"
/><xsl:text>
</xsl:text><xsl:value-of
select=
"//supportDesc/extent/dimensions/@unit/normalize-space()"
/><xsl:text>
.
</xsl:text>
<xsl:value-of
select=
"//bindingDesc/normalize-space()"
/>
</field>
<xsl:for-each
select=
"//handNote"
>
<field
name=
"writer"
>
<xsl:value-of
select=
"./normalize-space()"
/>
<xsl:value-of
select=
"./normalize-space()"
/>
<xsl:if
test=
"@scope='major'"
>
–(Grundschicht)
</xsl:if>
</field>
</xsl:for-each>
<field
name=
"reference"
>
...
...
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