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]

Re: Converting man page references to links


Running chunk.html v 1.48 I'm trying to generate a link from the following
citerefentry code:

<citerefentry><refentrytitle>file</refentrytitle></citerefentry>

The target seems to be coded okay: 

<refentry><refnamediv><refname>file</refname>
...

This generates a link, but the target is empty: <a href="">file</a>

The strange thing is, when I look at inline.xsl, the template that's
supposed to do the work is a nop:

<xsl:template name="generate.citerefentry.link">
  <!-- nop -->
</xsl:template>

Anybody know what's wrong with this picture?

Thanks,
Denis



 


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