Next in thread → Next in month →

Re: [docbook-apps] turn off linkend?

From
Bob Stayton <>
Date
2005-03-19T00:56:49+00:00
ID
00ea01c52c1e$7278af40$6400a8c0@toshiro
Thread
Re: [docbook-apps] turn off linkend?
----- Original Message ----- 
From: "Tristan Fiedler" <>
To: "Docbook-Apps" <>
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
Next in thread → Next in month →