xsl-list
[Top] [All Lists]

RE: xsl:value-of inside an html tag

2002-10-02 14:46:45
I guess I was using the wrong terms to search the archive. Many thanks for
the help everyone!

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of 
Passin, Tom
Sent: Wednesday, October 02, 2002 3:43 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] xsl:value-of inside an html tag


[Matt MacDougall]

I'm trying to build a dynamic link by having the href
attribute set to <xsl:value-of
select="/page/results/prevnext/@prevresult"/> ... so I would
have something like <a href="<xsl:value-of
select="/page/results/prevnext/@prevresult"/>">Previous</a>
... obviously that's not going to work though.
...
 Is there another way to do this that actually resolves the
href rather than printing it out?


This is a FAQ and just came up again earlier.  Use attribute value
templates -

<a href='{/page/results/prevnext/@prevresult}'>.....</a>

Cheers,

Tom P

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


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



<Prev in Thread] Current Thread [Next in Thread>