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


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

Colwidth attribute of colspec not processed?


Hello,

The colwidth attribute of colspec isn't processed when I use
docbook-xsl-1.48\html\docbook.xsl.

Any ideas how I can get the width into the resulting HTML?

Thanks,

Simon.

XML:

<table frame="all">
<title>Bitmap Overview</title>
<tgroup cols="3" align="left" colsep="1" rowsep="1">
<colspec colnum="1" colwidth="1*"/>
<colspec colnum="2" colwidth="1*"/>
<colspec colnum="3" colwidth="4*"/>
<thead><row>
<entry>Function</entry>
<entry>Bitmap 16x16</entry>
<entry>Description</entry>
</row></thead>
&functable;
</tgroup></table>

HTML:

<table summary="Bitmap Overview" border="1">
<colgroup>
<col align="left">
<col align="left">
<col align="left">
</colgroup>
<thead><tr><th>Function</th>
<th>Bitmap 16x16</th>
<th>Description</th>
</tr></thead>


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