Link to home
Start Free TrialLog in
Avatar of HyperBPP
HyperBPP

asked on

Putting an xslt variable into href link

Is there a way to put the value of an xslt variable into an attribute of the html into which your transforming the xml?

For example,

<xsl:variable name="hrefLink" select="hrefLinkNode"/>
<a href="????">MyLink</a>

Is there something I can put into the ???? to have it take the value of $hrefLink?
ASKER CERTIFIED SOLUTION
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial