[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] xslt to generate XSL-FO table-layout=fixed


Subject: Re: [xsl] xslt to generate XSL-FO table-layout=fixed
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 Feb 2005 21:22:24 GMT

> is there another way of possibly counting the
> columns in say the first row, 

select="count(tr[1]/td[not(@rowspan)])+sum(tr[1]/td/@rowspan)"

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread