• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

XSLT/XML question

Joined
Jul 27, 2006
Messages
50
I am trying to write the following using xslt.


<a href= "pics/colosseum.jpg"> Roman Colosseum </a>


I am having problems with the tag. The “Roman Colosseum” gets replaced with <xsl:value-of select="name"/> which works fine but when I try to make it a link I am missing something with the syntax. The following is the complete statement but does not work.

<a href= <xsl:value-of select="name"/>><xsl:value-of select="name"/></a>



Thank you for your time,

If you need further clarification let me know, I tried to be as clear as I could be but sometimes when you are working inside something you don’t see the whole picture.


Any suggestions on how to get this to work would be welcome.
 
Back
Top