|
Subject: [xsl] How to refer to the tag name From: Lajos Moczar <lmocz@xxxxxxxxxxx> Date: Mon, 16 Jul 2001 07:33:11 -0600 |
<row> <id>1</id> <name>Tom</name> <dob>19800322</dob> </row> <row> ... </row>
<xsl:template match="row[position()=1]">
<tr bgcolor="#666699">
<xsl:for-each select="*">
<td class="base-text"><font color="#FFFFFF"><center><b>
<!-- What goes here? -->
</b></center></font></td>
</xsl:for-each>
</tr>
<tr>
<xsl:apply-templates/>
</tr>
</xsl:template>Lajos Moczar galatea.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] changing the value of a p, Daniel Newman | Thread | Re: [xsl] How to refer to the tag n, cutlass |
| Re: [xsl] changing the value of a p, Oliver Becker | Date | Re: [xsl] How to refer to the tag n, cutlass |
| Month |