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

RE: for-each inside an attribute value template

Subject: RE: for-each inside an attribute value template
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 28 Jul 2004 15:44:54 +0100
xsl inside href
In XPath 2.0 you could use an XPath expression in your AVT containing a for
expression, something like

href="{string-join(for $x in //param return concat(keyword, '=', value),
'&amp;')}"

In 1.0, don't use AVTs, use xsl:attribute

<xsl:attribute name="href">
  <xsl:for-each>

  </
</

Michael Kay

> -----Original Message-----
> From: Roger [mailto:oxyme@xxxxxxxxxx] 
> Sent: 28 July 2004 14:47
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  for-each inside an attribute value template
> 
> I need to pass parameters in a URL like: <a 
> href="page.jsp?param1=x&param2=y" />
> The number of parameters is unknown.
> 
> I want to call the parameters using something like xsl:for-each, but 
> that won't work inside the href attribute. I'm wondering what 
> approach 
> to take. I've tried to escape the <a href=" part, but then it isn't 
> treated as html anymore. Is there something similar to a 
> for-each inside 
> an attribute value template?
> 
> I've found something about <xsl:result-document href="{$xyz}"> but am 
> not sure whether this can solve my problem or is the right 
> direction to 
> look.
> 
> Roger

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.