OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC