xsl-list
[Top] [All Lists]

Re: xsl:value of select inside div tag?

2006-01-23 10:19:50
You use an "Attribute Value Template" which means to wrap whatever you
want to select in curly braces { } eg:

<div onclick="blah{property[(_at_)name='adjuster_nm'}blah">

Its basically a "value-of select" in an attributes value.

cheers
andrew

On 1/23/06, Vijay Kumar <freevijay(_at_)hotmail(_dot_)com> wrote:
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>