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
// Index.java

The Index tag specifies a column index in an array. This tag is enclosed by a LoopSet tag and tells the loop set when to print a col value as it iterates through its child nodes. Valid content values for a Index tag are integers in the range 0-n. Other values will cause an error.

  
<table>
   <dxp:LoopSet set="queryResult">
   <tr>
      <td><dxp:Index value="0"/></td>
      <td><dxp:Index value="1"/></td>
   </tr>
   </dxp:LoopSet>
</table>


@author Mark Ashworth
@version 0.2, 2001-06-04

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.