[no subject]

     <tr>
			<td><xsl:value-of select="dptFull"/></td>
     </tr>
     <tr>
		   <td><xsl:value-of select="staffOffice/Office/Location"/></td>
		   <td><xsl:value-of select="staffTitle/Position/phone"/></td>
     </tr>
     <tr>

how do I chose the next dptFull element in the tree to be displayed? I
have been also reading a couple of XSLT books and this seems a bit
like the Grouping that Jay mentioned but grouping seems to general for
my case. So in summary what I am looking to do is to take

     <tr>
			<td><xsl:value-of select="dptFull"/></td>
     </tr>
     <tr>
		   <td><xsl:value-of select="staffOffice/Office/Location"/></td>
		   <td><xsl:value-of select="staffTitle/Position/phone"/></td>
     </tr>
     <tr>

and repeat it over and over until all nodes have been selected and
traversed. What is the preferred way to this?

Thanks again everyone,

Max Bronsema

Current Thread