Re: [xsl] xsl:value of select inside div tag?

Subject: Re: [xsl] xsl:value of select inside div tag?
From: andrew welch <andrew.j.welch@xxxxxxxxx>
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[@name='adjuster_nm'}blah">

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

cheers
andrew

On 1/23/06, Vijay Kumar <freevijay@xxxxxxxxxxx> wrote:
> Hi,
>
>             How can I use  <xsl:value-of
> select="property[@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

Current Thread