#54 - Adapted Docbook XSLT to only render firstname and surname of authors.

Update selection for authorgroup/author to just render firstname and surname in XSLT stylesheet.

Related issues: DATAJPA-470, DATAMONG0-856.
This commit is contained in:
Christoph Strobl
2014-02-24 08:20:02 +01:00
committed by Oliver Gierke
parent 6aaa29727c
commit 4f594eb915

View File

@@ -90,7 +90,7 @@ under the License.
<xsl:if test="position() > 1">
<xsl:text>, </xsl:text>
</xsl:if>
<xsl:value-of select="."/>
<xsl:value-of select="firstname"/><xsl:text>&#160;</xsl:text><xsl:value-of select="surname"/>
</xsl:for-each>
</fo:block>