RE: [xsl] Writing variable HTML using XSL??

Subject: RE: [xsl] Writing variable HTML using XSL??
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 5 Aug 2002 07:25:29 +0100
> Hi Everyone,
>         Is there any way I can modify the attributes to HTML 
> tags eg: onClick attribute to the anchor tag by using XSL???
> 

Use

<a onClick="{$variable}">

Where $variable can actually be replaced by any XPath expression.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread