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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


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


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


Powered by eList eXpress LLC