Hello,
I've the following question.
How can I prevent to display the ulink elements in my pdf file
I use
fop -xml tt-proto.xml -xsl param.xsl -pdf out.pdf
Thanks,
Andreas
param.xsl :
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:import
href="/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl"/>
<xsl:param name="paper.type">A4</xsl:param>
<xsl:template match="revhistory" mode="titlepage.mode"/>
<xsl:param name="generate.section.toc.level">5</xsl:param>
<xsl:template match="titleabbrev.markup" mode="titlepage.mode"/>
<xsl:param name="toc.section.depth">5</xsl:param>
<xsl:param name="generate.toc">
article toc,title
section toc
</xsl:param>
</xsl:stylesheet>