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



 

Reply via email to