Re: drawing a blank

Subject: Re: drawing a blank
From: "Judi Thomson" <thomson@xxxxxxxxxxxxxx>
Date: Sat, 6 Nov 1999 09:07:48 -0700
----- Original Message -----
From: Tad Murphy <murphyt@xxxxxxxxxxxx>
> If I take out the anchor stuff it works... so basically I'm forgetting
what
> to do with the extra quotes, etc...
>
> <xsl:for-each select="bookmark">
>     <LI><A HREF="<xsl:value-of select="url"/>"><xsl:value-of
> select="title"/></A></LI>
> </xsl:for-each>

This works for me...

<a href="{normalize(url)}"><xsl:value-of select="link_text"/> </a>

Judi




>
> Thanks and sorry to bother you, especially if I figure this out in the
> morning (not likely as I'll be up for a while!)
>
> Peace,
>
> Tad
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread