xsl-list
[Top] [All Lists]

highlight a selected book mark value.

2003-06-11 05:53:46


hai all.


how to  highlight  a  selected  book mark. if  i click on  ( valueobtained
from the code below) bookmark link   



                        <td align="center"><a text-decoration="underline"
color="blue">
                      <xsl:attribute name="href">
                               #<xsl:value-of select="message_ref_number"/>

                       </xsl:attribute>
                  <xsl:value-of select="message_ref_number"/>
                                                                 </a>

                      </td>

 

now i could  able to  go to the value obtained from the code below. 


 <a>
    <xsl:attribute  name="name">
     <xsl:value-of select="message_ref_num"/>
      </xsl:attribute>
     <xsl:value-of select="message_ref_num"/> 
</a>


now i wanted to highlight the book mark value.

frankly i donot know how to highlight 
please help me 
thanks in advance
krishnakishore

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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