8000 EML stylesheet problem for i18n text · Issue #255 · NCEAS/eml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
EML stylesheet problem for i18n text #255
Open
@mbjones

Description

@mbjones

Author Name: MAITA Eiichi (MAITA Eiichi)
Original Redmine Issue: 5751, https://projects.ecoinformatics.org/ecoinfo/issues/5751
Original Date: 2012-11-27
Original Assignee: Margaret O'Brien


eml-resource.xsl:284
<xsl:value-of select="$i18nElement/."/>
is wrong because this command extracts not only
the primary language text but also the additional
translation text.

For extracting only the primary language text,
the command should be modified as the following line:
<xsl:value-of select="$i18nElement/text()"/>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0