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

Subject: [xsl] Question about table column width in XSLT/XSLFO
From: meenakshi n <mina_hurray@xxxxxxxxx>
Date: Sun, 15 Oct 2006 07:36:05 -0700 (PDT)
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 

Current Thread