Subject: AW: count cells for each table
From: "Braumüller, Hans" <H.Braumueller@xxxxxxxxxxxx>
Date: Mon, 24 Mar 2003 12:58:44 +0100
|
Hi,
thanks again.
Sorry for not explaining in all details what i wanted.
Yes, it function now.
Hans
Hi,
> excuse me, but it is not function with more rows.
Aah, but you didn't say there were more than one row in your original question.
> in need for each table:
>
> <row num="1">
> <col/>
> <col/>
> <col/>
> <col/>
> </row>
>
> <row num="2">
> <col/>
> <col/>
> <col/>
> <col/>
> </row>
> etc..
> TABLE FIRST
> ROW 1
> col0
> col1
> col2
> ROW 2
> col3
> col4
> col5
> etc...
>
> TABLE SECOND
> ROW 1
> col0
> col1
> col2
> ROW 2
> col3
> col4
> col5
> etc...
You want something like
<xsl:number count="col" from="table" level="any" />
Cheers,
Jarno - Linnunradan käsikirja liftareille: Osa 4
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|