XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
It is required to send the value of this above xsl:value-of statement to the asp page Right now I have not used any variable names Could anyone assist me doing this!! Thanks L R

Postnext
L RSubject: XSL Param
Author: L R
Date: 30 Oct 2001 08:04 PM
Hi,

I'm a beginner in the xsl , but I wanted to know how to pass a xsl parameter value in the HREF tag of HTML

Postnext
Minollo I.Subject: Re: XSL Param
Author: Minollo I.
Date: 30 Oct 2001 08:19 PM

>...
>I'm a beginner in the xsl , but I wanted to know how to pass a xsl
>parameter value in the HREF tag of HTML
>
>{td class="boxLinkText"}
>{a href="authorization_form.asp?"}
>{xsl:value-of select="./@so_alias"/}{/a}
>{/td}

I guess a solution could be:
{td class="boxLinkText"}
{xsl:variable name="foo"}authorization_form.asp?{xsl:value-of
select="./@so_alias"/}{/xsl:variable}
{a href="$foo"/}
{/td>}


Postnext
L RSubject: Re: XSL Param
Author: L R
Date: 30 Oct 2001 08:54 PM
Hi,

Thanks for a quick reply, I have changed the code to something like this. I shall run this on the server tomorrow and comeback with my questions!!
Is this code correct ? There were no syntax errors....
Thanks
L R
Posttop
Minollo I.Subject: Re: XSL Param
Author: Minollo I.
Date: 30 Oct 2001 09:17 PM
It doesn't sound right to me; you are not assigning any value to $Pnum (no
select="" attribute; and no document fragment, as you immediately close the
xsl:variable element).
I guess you want to use something more similar to my previous example.

Minollo

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.