xsl-list
[Top] [All Lists]

(unknown)

2003-07-29 10:05:02
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



<Prev in Thread] Current Thread [Next in Thread>