[no subject]

From: AROSO Jose Antonio <jose.santos@xxxxxxxxxxx>
Date: Tue, 29 Jul 2003 18:05:02 +0100
Hi...

I want use a two loops for-each. The first for-each dont have problems. But
the second dont execute.
How can i use two loops to catch data from diferent nodes?


This code is my code. I dont know why this is dont run.

				<xsl:for-each
select="Entity_Groups/Entity/EntityProps">
				Tabela:
				<xsl:value-of select="Name" /> 
				<br/>
				Comentarios:
				<xsl:value-of select="comment" />
				<p/>
			
			
			<table border="3">
			<xsl:for-each
select="Entity_Groups/Entity/Attribute_Groups/Attribute/AttributeProps">
			
			<tr>
				<td style="text-align:center">NOME</td> 
				<td style="text-align:center">TIPO</td> 
				<td
style="text-align:center">COMENTARIOS</td> 		
			</tr>
			<tr>
				<td>
		   		<xsl:value-of select="Name" /> 
  				</td>	
			</tr>			
			
			
			</table>
			</xsl:for-each>

Best regards

Jose



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • [no subject]
    • AROSO Jose Antonio - Tue, 29 Jul 2003 18:05:02 +0100 <=