Subject: Insert a node into an attribute...
From: Mauro Gaddo <mgaddo@xxxxxxxxxx>
Date: Wed, 16 Oct 2002 08:27:27 +0200
|
Hi all!!!!!!
I have a problem.....
I want insert into attribute of a node another node but
the xsl don't allow this operation....
I have this code:
<A onmouseout="doTip(event,0,' ')" href="javascript:void(0)">
<xsl:attribute name="onmouseover">doTi
(event,1,<b>'{@tooltip}'<b>)</xsl:attribute>
<xsl:value-of select="."/>
</A>
How i can do this?!?!?
Thanks for yours help!!!!
Bye,
M@uro!!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|