← Prev in month
← Prev in thread
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?
(In PDF, I am using the ulink.show in the FO parameter list, which
seems to do the trick for PDF)
Thank you,
Tristan
----
Tristan J. Fiedler
Cold Spring Harbor Laboratory
← Prev in month
← Prev in thread