This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can't get LINK to link?


I think this is a simple (stupid?) question:

I have a DocBook file that I am trying to format to HTML using the
OASIS stylesheets.

I have a hyperlink that I want to create to jump to another point in
the same file:

<link linkend="fred">go to fred</link>

and later on:

<para id="fred"> ....


The HTML comes out as:

<a href="#">go to fred</a>

and

<p><a name="fred"></a> ....


What I am missing to make it work?  I have also tried with sections
and
get the same problem...

Thanks
Derek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]