Subject: drawing a blank
From: "Tad Murphy" <murphyt@xxxxxxxxxxxx>
Date: Sat, 6 Nov 1999 05:05:49 -0600
|
Hey all,
It's way late and I'm drawing a blank on how to do this...
I'm trying to make a list of urls that display the data from the title
element.
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>
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
|