Subject:Generating hyperlinks Author:Ken Dorium Date:19 Jan 2008 12:21 AM Originally Posted: 19 Jan 2008 12:16 AM
Please forgive of me that I am not a programmer, nor do I really want to learn much. :) I'm just tweaking a template for my Collectorz.com's Movie Collection Software. I've been hammering at it for days and am very happy with all that I've done. But there is just one thing that I just can't seem to figure out. If someone could lead me to understanding what I need to do here, I would be very very grateful.
So here's the deal:
I have <xsl:value-of select="person/displayname"/>
that returns an actor's name
I read up on translate, and don't understand why it doesn't work.
But in messing with it some more I found that pulling out the translate function made it work. As in:
MSIE handles the spaces automatically, supplying %20 for me. So for me and my tiny little world, this is working.
WHooHoo!
Thanks again James!
I had been on the path of using CONCAT here, but had not tried simply using 'person/displayname'.
Hope you have a great week.