This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]