This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Dumb question from a newbie on XSLT in IE5


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]