|
Subject: Re: [xsl] XSL question for email link From: Jeff Self <jocknerd@xxxxxxx> Date: Sun, 07 Jul 2002 22:16:24 -0400 |
At 15:15 7/7/02, Mike Brown wrote:
<xsl:tempate match="NAME"> <a href="mailto:{EMAIL}"> <xsl:value-of select="concat(FIRST,' ',LAST)"/> </a> </xsl:template>
Except that in addition to the d-o-e problem, EMAIL is not a child of NAME;
<xsl:tempate match="NAME"> <a href="mailto:{following-sibling::EMAIL}"> <xsl:value-of select="concat(FIRST,' ',LAST)"/> </a> </xsl:template>
~Chris
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XSL question for email li, Christopher R. Maden | Thread | RE: [xsl] XSL question for email li, Ivan Pedruzzi |
| [xsl] Can apply-templates attribute, seema_mehta | Date | [no subject], ashu t |
| Month |