← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK-APPS: Biblio: Abbrev only when first

From
Stephan Wiesner <>
Date
2002-11-04T15:26:47+00:00
ID
003c01c28416$55b92860$4900a8c0@littleone
Thread
DOCBOOK-APPS: Biblio: Abbrev only when first
Hi list,
The style contains the following (fo/biblio.xsl):
    <xsl:when test="local-name($node/child::*[1]) = 'abbrev'">

Is there a reason for this? 
It results in the <abbrev> value being displayed as the first element of
the corresponding entry in the bibliography section only when it is
written as the first tag in the biblioentry.

I exchanged it to this:
    <xsl:when test="$node/abbrev">

And now I get the abbrev, if I have one declared, no matter where it is
placed.

Stephan
← Prev in month ← Prev in thread
Next in thread → Next in month →