Subject: [xsl] Get value outside of for-each Statement From: "john lee" <excel_man@xxxxxxxxxxx> Date: Thu, 19 Aug 2004 19:05:14 +0000 |
<employee_name> </employee_name> <employee_number> </employee_number>
<employee_name> </employee_name> <employee_number> </employee_number>
This is the output I want to have: Employee Name: Test1 Employee Number: 123 Employee Name: Test2 Employee Number: 456
<xsl:for-each select="employee_name"> <tr> <td> Employee Name: <xsl:value-of select="employee_name"></td> <td>Employee Number: ______________________________ </td> </tr> </xsl:for-each>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] Simple list -> Nested lis, Andrew Welch | Thread | Re: [xsl] Get value outside of for-, Niclas Hedhman |
Re: [xsl] combining two different s, eric | Date | Re: [xsl] Get value outside of for-, Niclas Hedhman |
Month |