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] turn off linkend?


----- Original Message ----- 
From: "Tristan Fiedler" <fiedler@cshl.edu>
To: "Docbook-Apps" <docbook-apps@lists.oasis-open.org>
Sent: Friday, March 18, 2005 3:47 PM
Subject: [docbook-apps] turn off linkend?


> Hi DocBook Users,
>
> In my docbook xml, I have :
>
> <link linkend="Ref1">Hot Link Text</link>;
>
>
>    <bibliomixed id="Ref1">
>          <bibliomisc>Biblioreference</bibliomisc>
>
>
> The resulting HTML has :
>
> <div class="bibliomixed"><a name="Ref1"></a><p
> class="bibliomixed">[Ref1]
>                               <span
> class="bibliomisc">Biblioreference.....
>
> ---  I do not want the 'id' or 'linkend' to be printed, this is just
> for internal linking.
>
>
> How can I get rid of the '[Ref1] ' that is appearing in the <p> element
> in the HTML?

You are talking about the square bracket label in the bibliography list,
right?  That's controlled by the biblioentry.label template in both HTML and
FO:

http://www.sagehill.net/docbookxsl/CustomBiblio.html

> (In PDF, I am using the ulink.show in the FO parameter list, which
> seems to do the trick for PDF)

I don't understand this.  The ulink.show parameter should have nothing to do
with the label in bibliography entries.  That parameter is used only in the
match="ulink" template.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net





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