xsl-list
[Top] [All Lists]

Thx: Re: xsl:value of select inside div tag?

2006-01-23 11:09:23
Hi Andrew,
                 Wow was nearlly pulling my hairs....

Thanks & Regards
Vijay Kumar

From: andrew welch <andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] xsl:value of select inside div tag?
Date: Mon, 23 Jan 2006 17:19:50 +0000

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>
--~--




--~------------------------------------------------------------------
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>