xsl-list
[Top] [All Lists]

RE: xsl:value of select inside div tag?

2006-01-23 10:20:29
<div style=" height: 10px; background-color: #E9E9E9; padding: 2px;" >
        <attribute name="onMouseOver">
                ddrivetip('<xsl:value-of 
select="property[(_at_)name='adjuster_nm']" />','lightgreen', 250)
        </attribute>
</div>

-----Original Message-----
From: Vijay Kumar [mailto:freevijay(_at_)hotmail(_dot_)com] 
Sent: Monday, January 23, 2006 12:12 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] xsl:value of select inside div tag?

Hi,

            How can I use  <xsl:value-of 
select="property[(_at_)name='adjuster_nm']" />

inside the div style in place of 'Adjuster Info' , I am using a loop and 
want to show the names, phones etc

onmouseover event.


<div style=" height: 10px; background-color: #E9E9E9; padding: 2px;" 
ONMOUSEOVER="ddrivetip('Adjuster Info...','lightgreen', 250)" 
ONMOUSEOUT="hideddrivetip()">



Thanks
Vijay



Thanks & Regards
Vijay Kumar



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>