← Prev in month ← Prev in thread

don't display ulink elements

From
<>
Date
2010-11-21T19:26:39+00:00
ID
Thread
don't display ulink elements
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>
-- 
GRATIS! Movie-FLAT mit über 300 Videos. 
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome
← Prev in month ← Prev in thread