RE: small problem

Subject: RE: small problem
From: "Paulo Gaspar" <Paulo.Gaspar@xxxxxxxxxxxx>
Date: Tue, 18 Apr 2000 19:43:56 +0200
Hi Vanaja,


I miss the "A" tags in your first piece of code. You only have "TD"
tags there.

This code (with those "TD" tags) looks to be standard and works 
for me (MSXML3):

  <TD>
    <A>
      <xsl:attribute name="HREF">
          mailto:<xsl:value-of select="email" />
      </xsl:attribute>
      <xsl:value-of select="email" />
    </A>
  </TD>


For some input like:
   <email>me@xxxxxxxxxxxxx</email>

this should produce an output looking like:
  <TD>
    <A HREF="mailto:me@xxxxxxxxxxxxx";>
      me@xxxxxxxxxxxxx
    </A>
  </TD>


Have fun,

Paulo

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of vanaja gogineni
Sent: Tuesday, April 18, 2000 3:55 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: small problem


Hai

I am new to XSL

I am getting one problem

how to include href in XSL

I was try like this
<TD >
    <xsl:attribute name="href">email:
    <xsl:value-of select="email"/>
    </xsl:attribute>:<xsl:value-of select="email"/>

</TD>

The problem is I am not able to display the link only the text is displayed

can any one help me

I tried this also it is also not working properly

<A href="mailto:{email}";><xsl:value-of select="email"/>
            


Regards

Vanaja


__________________________________________________________________
Get your own free England E-mail address at http://www.england.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread