|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: small problem
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








