RE: Dumb question from a newbie on XSLT in IE5

Subject: RE: Dumb question from a newbie on XSLT in IE5
From: "Paal Eriksen" <pserik@xxxxxxxxxxx>
Date: Fri, 31 Mar 2000 12:05:13 CEST
If i have a list of links generated by this code:

<xsl:for-each select="main_news/news/title"><A><xsl:attribute name="HREF"><xsl:eval language="VBScript">unikid()</xsl:eval>.xml</xsl:attribute></A><li/><xsl:value-of select="./@headline"/>

How can i make reference to each of the item in the list, so if a user click on one link a certain event happen. In my case the event is to read information from another element in the xml file and if user click another link other information in the xml file shall be presented.

Anyone ???

Paal Steven
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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



Current Thread