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

How do I display data one item at a time?

Subject: How do I display data one item at a time?
From: Max Bronsema <max.bronsema@xxxxxxxxx>
Date: Thu, 5 May 2005 10:41:42 -0600
data one
Hi Jay and other knowledgeable people,

With Jay's help I have been able to output all the data I needed into
a table structure. Thanks Jay. Now that it is displaying all the data
though it displays it all at once. I need it to show one item at a
time and then move on to the next one.
Example:

<tr>
     <td><xsl:apply-templates select="staffOffice/Office/dptFull"/></td>
   </tr>
   <tr>
     <td><xsl:apply-templates select="staffOffice/Office/Location"/></td>
     <td><xsl:apply-templates select="staffOffice/Office/Phone"/></td>
   </tr>
   <tr>
	   <td><xsl:apply-templates select="staffPersonal/Person/lName"/>
			   <xsl:text>,</xsl:text>
			   <xsl:apply-templates select="staffPersonal/Person/fName"/>
	   </td>
	   <td><xsl:apply-templates select="staffTitle/Position/Phone"/></td>
   </tr>

<tr>
     <td><xsl:apply-templates select="staffOffice/Office/dptFull"/></td>
   </tr>
   <tr>
     <td><xsl:apply-templates select="staffOffice/Office/Location"/></td>
     <td><xsl:apply-templates select="staffOffice/Office/Phone"/></td>
   </tr>
   <tr>
	   <td><xsl:apply-templates select="staffPersonal/Person/lName"/>
			   <xsl:text>,</xsl:text>
			   <xsl:apply-templates select="staffPersonal/Person/fName"/>
	   </td>
	   <td><xsl:apply-templates select="staffTitle/Position/Phone"/></td>
   </tr>


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.