Forum Moderators: open
<xsl:template match="/">
<xsl:for-each select="rss/channel/item">
<p>
<a href="{link}"><strong><xsl:value-of select="title" /></strong></a>
<xsl:value-of disable-output-escaping="yes" select="description" />
</p>
</xsl:for-each>
</xsl:template>
u can see where the link is pulled in, how do i edit the attributes on that link?
Sorry I can't be more help. I think all of us in this forum are just a bit thick - or maybe thats just me.
For instance: <a href="{link}?from=xsl">
On the other hand, if you mean something else, please clarify.
I've been borrowing from [csmonitor.com...] to figure out XSL stuff.