This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]