OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: 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



 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC