[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

count cells for each table

Subject: count cells for each table
From: "Braumüller, Hans" <H.Braumueller@xxxxxxxxxxxx>
Date: Mon, 24 Mar 2003 11:37:18 +0100
count cells
Hi friends,

excuse my newbie question, but i cannot get it by the exmaples of the FAQ. 

I am trying to count my elements "col" for each node table:

<body>
  <table name="first">
    <row>
      <col/>
      <col/>
      <col/>
      <col/>
    </row>
  </table>
  <table name="second">
    <row>
      <col/>
      <col/>
      <col/>
      <col/>
    </row>
  </table>
</body>

i am applying the same recursive templates for the two tables
and i am trying to output following for each table, counting their corresponding cells.

TABLE FIRST
col0
col1
col2


TABLE SECOND
col0
col1
col2



By <xsl:variable name="col" select="count(preceding::col)"/> in my template rule for col
i get.

TABLE FIRST
col0
col1
col2


TABLE SECOND
col3
col4
col5

Thanks,

Hans Braumüller 
-- + -- 
Mail Art Not War
http://crosses.net

 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.