xsl-list
[Top] [All Lists]

[xsl] Question about table column width in XSLT/XSLFO

2006-10-15 07:36:17
Hi:

How can table column width be handled in XSLT and
XSLFO? The XML looks like this:
<table tocentry="Y">
<tgroup align="left" charoff="50" cols="4">
<colspec colname="c1" colwidth="1.50in"> 
 </colspec>
<colspec colname="c2" colwidth="2.0in"> 
 </colspec>
<colspec colname="c3" colwidth="3.0in"> 
 </colspec>
        <colspec colname="c4" colwidth="1in"> 
 </colspec>
        <tbody valign="top">
        <row>
                                                <entry morerows="0" rotate="N" 
valign="top">
                                                                <text>
                                                                        <para> 
 DAta1 
 </para>
                                                                </text>
                                                        </entry>
                                                        <entry morerows="0" 
rotate="N" valign="top">
                                                                <text>
                                                                        <para> 
 Data2
 </para>
                                                                </text>
                                                        </entry>
                                                        <entry morerows="0" 
rotate="N" valign="top">
                                                                <text>
                                                                        <para> 
 Data3
 </para>
                                                                </text>
                                                        </entry>
                                                        <entry morerows="0" 
rotate="N" valign="top">
                                                                <text>
                                                                        <para> 
 Data4
 </para>
        </text>
                                                        </entry>
                                                </row>
                                        </tbody>
</tgroup>
</table>

Thank you in advance for all your help.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--