<fo:table-row border-top="1pt solid #000000"> <fo:table-cell>Cancer</fo:table-cell> <fo:table-cell>12</fo:table-cell> </tr> <fo:table-row border-top="1pt solid #000000"> <fo:table-cell>Heart Disease</fo:table-cell> <fo:table-cell>30</fo:table-cell> </fo:table-row>
On 5/28/2003 12:22 AM, Jeremias Maerki wrote:
You could try using the preceding-sibling axis to access the "tr" element before the "tablerule" and count the number of "td" elements. That should give you the number of columns.
XSLT questions should be asked on the XSL list: http://www.mulberrytech.com/xsl/xsl-list/
-- Clay Leeds - [EMAIL PROTECTED] Web Developer - Medata, Inc. - http://www.medata.com PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
