<gentext key="Editedby" text="Edited by"/>
<gentext key="editedby" text="Edited by"/>
<gentext key="in" text="in"/>
+<gentext key="In" text="In"/>
<gentext key="lastlistcomma" text=","/>
<gentext key="listcomma" text=","/>
<gentext key="notes" text="Notes"/>
<!-- Contribution -->
<xsl:apply-templates mode="iso690.paper.part" select="./d:biblioset[@relation='part']"/>
<!-- In -->
- <xsl:text>In </xsl:text>
+ <xsl:call-template name="gentext">
+ <xsl:with-param name="key">In</xsl:with-param>
+ </xsl:call-template>
+ <xsl:text> </xsl:text>
<!-- Host -->
<xsl:apply-templates mode="iso690.paper.book" select="./d:biblioset[@relation='book']"/>
</xsl:template>
<!-- Contribution -->
<xsl:apply-templates mode="iso690.paper.part" select="./d:biblioset[@relation='part']"/>
<!-- In -->
- <xsl:text>In </xsl:text>
+ <xsl:call-template name="gentext">
+ <xsl:with-param name="key">In</xsl:with-param>
+ </xsl:call-template>
+ <xsl:text> </xsl:text>
<!-- Host -->
<xsl:apply-templates mode="iso690.paper.book" select="./d:biblioset[@relation='book']"/>
</xsl:template>