atom feed3 messages in org.oasis-open.lists.docbook[docbook] don't display ulink elements
FromSent OnAttachments
andr...@gmx.deNov 21, 2010 11:26 am 
vincentNov 21, 2010 11:50 am 
Andreas FeNov 21, 2010 12:03 pm 
Subject:[docbook] don't display ulink elements
From:andr...@gmx.de (andr@gmx.de)
Date:Nov 21, 2010 11:26:04 am
List:org.oasis-open.lists.docbook

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>