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

RE: link in XSL

Subject: RE: link in XSL
From: Jake Stevenson <Jake.Stevenson@xxxxxxxx>
Date: Wed, 31 Jan 2001 08:03:47 -0600
link in xsl
It's results in more code, but you could use xsl:attribute:

<p><a>
	<xsl:attribute name="href">
		<xsl:value-of select="webmeeting/lien" />
	</xsl:attribute>
	Back
</a></p>

-----Original Message-----
From: shantanu [mailto:shantanu@xxxxxxxxxxxxxxxxxxxx]
Sent: Tuesday, January 30, 2001 11:06 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  link in XSL


do this:
<xsl:variable name="hrefval" select="webmeeting/lien" />
<p><a href="{$hrefval}">Back</a></p>

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Stéphanie
Louis
Sent: Monday, January 29, 2001 7:45 PM
To: XSL List
Subject:  link in XSL


Hello

I'd like to create an hyperlink in my XSL file with a value of my XML
file. Like this:
<p><a href="<xsl:value-of select="webmeeting/lien" />">Back</a></p>

it doesn't work. How could i do that ???

Thanks
Stef


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



 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
  • Re: link in XSL, (continued)
    • Don Bruey - Mon, 29 Jan 2001 09:59:54 -0500 (EST)
    • shantanu - Wed, 31 Jan 2001 00:03:16 -0500 (EST)
    • Jake Stevenson - Wed, 31 Jan 2001 09:08:10 -0500 (EST) <=

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.