Skip to content

EML stylesheet problem for i18n text #255

@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