OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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
bobs@sagehill.net


----- Original Message ----- 
From: "Deepak Shrestha" <d88pak@yahoo.com>
To: <docbook-apps@lists.oasis-open.org>
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
>
>
>
>




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]