| Subject: RE: [xsl] forming a link w/ arguments? From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx> Date: Tue, 13 Nov 2001 13:01:07 -0000 | 
> I've been trying to figure out how I might turn this.. > > <LINK> > <BASE>http://mysite.com/index.php</BASE> > <ARG NAME="image_id" VALUE="3"/> > <ARG NAME="search_id" VALUE="6"/> > <ARG NAME="page" VALUE="1"/> > <TEXT>My link</TEXT> > </LINK> > > into.. > > <A > HREF="mysite.com/index.php?image_id=3&search_id=6&page=1">My link</A> > <a><xsl:attribute name="href"> <xsl:value-of select="concat(BASE, '?')"/> <xsl:for-each select="ARG"> <xsl:if test="position()!=1">&</xsl:if> <xsl:value-of select="concat(@NAME, '=', @VALUE)"/> </xsl:for-each> </xsl:attribute> </a> Mike Kay Software AG XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] forming a link w/ argumen, David Carlisle | Thread | RE: [xsl] forming a link w/ argumen, Chris Bayes | 
| RE: [xsl] Getting several instances, Michael Kay | Date | [xsl] xsl reference in xsl, Eric Chappuis | 
| Month |