|
Subject: [xsl] Getting Attribute names in an XML with XSLT stylesheet From: "Morgan Nagarajan" <takkals@xxxxxxxxxxx> Date: Sun, 07 Apr 2002 19:40:46 -0400 |
<xsl:template match="CurrentStatus">
<td>
<xsl:apply-templates select="@*"/>
</td>
</xsl:template>
<xsl:template match="@*">
<xsl:value-of select="."/>
</xsl:template>
but this displays only attribute's value not it's name.any help? thanks, -Morgan
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Removing namespaces from , Jeni Tennison | Thread | Re: [xsl] Getting Attribute names i, Jeni Tennison |
| Re: [xsl] Counting proceding elemen, Niklas Gustavsson | Date | Re: [xsl] Removing namespaces from , Christopher R. Maden |
| Month |