Plands.com Logo  Business Internet Services 
Main Menu
Home
Planetary CRM
  Benefits
  Features
  Demo
E-Mail Services
  E-mail Hosting
  Newsletters
  Discussion Lists
Web Hosting
Server Co-location
and Administration
Web Applications
Technical Support
Contact Us
DXP Samples
 
DxpHome  ||   Samples  ||   Details  ||   Docs  ||   Trees  ||   xml-xsl  ||   Links
// RowNum.java

The RowNum tag is merely and instruction that tells a LoopSet tag to print the current row as it executes through it's child nodes.

<table>
   <tr>
      <th>Row</th><th>First</th><th>Last</th>
   </tr>
   <dxp:LoopSet set="queryResult">
   <tr>
      <td><dxp:RowNum />/td>
      <td><dxp:Ci>0</dxp:Ci></td>
      <td><dxp:Ci>1</dxp:Ci></td>
   </tr>
   </dxp:LoopSet>
</table>


@author Mark Ashworth
@version 0.2, 2002-01-09

Return to Index

Note: We have tried to test all of the code examples but they may contain errors. Any questions, comments, suggestions, or problems should be sent to info@plands.com.