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

Reply via email to