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

The LoopSetX is used to iterate through a set of records that are stored in an XmlRecordSet object and write them to an OutputStream. The LoopSetX will write out the data elements in a format like <tag>colData</tag>. The open and close tags that surround each data element are provided by the XmlRecordSet methods getColTags(), getEndTags().

Formatting the records for display is normally done on the client that receives the OutputStream using an XSL stylesheet. The LoopSetX will however allow you to specify which cols to write and the order to write them. The default action is to write out all cols.


@author Mark Ashworth
@version 0.1, 2001-09-05

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.