|
[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?
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>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








