This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DOCBOOK-APPS:


i try to have my revhistory boxed in a able with border, and i cannot.

i have patched block.xsl, L.235 as follow :

<xsl:template match="revhistory">
  <fo:table border-width="0.5mm" border-style="solid">

i m using fop.20.3, docbook xsl 1.50 (non exp) and have tested positively
table.001.xml

here is my driver:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
		xmlns:fo="http://www.w3.org/1999/XSL/Format";
                version="1.0">

<xsl:import href="../../docbook-xsl-1.50.0/template/luctitle.xsl"/>

<!-- CSS Stylesheet -->
<xsl:param name="paper.type" select="'A4'"/>
<xsl:param name="draft.watermark.image" select="'0'"/>

<xsl:param name="page.margin.top">0.5in</xsl:param>

<xsl:param name="tablecolumns.extension" select="'1'"/>
<xsl:param name="fop.extensions" select="'1'"/>


any ideas ?
thanks
Luc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]