#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:
committed by
Oliver Gierke
parent
6aaa29727c
commit
4f594eb915
@@ -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> </xsl:text><xsl:value-of select="surname"/>
|
||||
</xsl:for-each>
|
||||
</fo:block>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user