[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: small problem

Subject: RE: small problem
From: "Paulo Gaspar" <Paulo.Gaspar@xxxxxxxxxxxx>
Date: Tue, 18 Apr 2000 19:43:56 +0200
vanaja email
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.