Next in thread →
Next in month →
Re: [docbook-apps] extra period in bibliography
The last period in the authorgroup comes from use of the
biblioentry.item.separator parameter in the match="authorgroup" template
<xsl:template match="authorgroup" mode="bibliography.mode">
<fo:inline>
<xsl:call-template name="person.name.list"/>
<xsl:value-of select="$biblioentry.item.separator"/>
</fo:inline>
</xsl:template>
You could customize this template to remove that line, or set the parameter
to a blank space. I don't know what side effects changing the parameter
would have, though.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
----- Original Message -----
From: "Deepak Shrestha" <>
To: <>
Sent: Saturday, November 06, 2004 6:50 AM
Subject: [docbook-apps] extra period in bibliography
> Hi,
>
> The firstname of the authors in my bibliogrpahy is
> entered as their initials.
> ==========================
> exampple:
> <surname>Shrestha</surname>
> <firstname>D.</firstname>
> ==========================
>
> I have customization layer to order the authors in
> surname, firstname. The problem is I got extra period
> after the last author in the author groups and same
> with the single author (since other entries are
> seperated by period).
>
> = = = = = = = = =
> For example:
> Smith,J. and Gaver W.. (2001). etc. etc.
> = = = = = = = = = =
>
> Everything is ok for me except extra period after the
> author.
> My question:
> Is there a way to remove just that period only through
> customization layer? or I have to manually remove each
> period from the last author entry in my paper?
>
> Thanks in advance
>
> Deepak K. Shrestha
>
>
>
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
>
>
>
Next in thread →
Next in month →