Thank you, David, but I've already tried that, but it doesn't work.
I've tried also with
<xref linkend="ID_PARA_dog" xrefstyle="template: %t"/>
and with
<xref linkend="ID_PARA_dog" xrefstyle="custom_solution"/>
in addition to these lines
<xsl:param name="local.l10n.xml" select="document('')"/>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
<l:l10n language="en">
<l:context name="xref-number-and-title">
<l:template name="para" style="custom_solution"
text="%t"/>
</l:context>
</l:l10n>
</l:i18n>
in my stylesheet (xsl file).
Moreover I've tried to disable page displaying with the following global
setting
<xsl:param name="insert.xref.page.number">no</xsl:param>
however none of this tricks works!
Any other suggestions?
Thanks,
Demis
P.S.: I use docbook 4.5 (not 4.3, this was a mistape, sorry) with FOP.
David Cramer ha scritto:
Use <xref linkend="ID_PARA_dog" xrefstyle="select: nopage"/>:
http://www.sagehill.net/docbookxsl/CustomXrefs.html
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]