[xsl] highlight a selected book mark value.

Subject: [xsl] highlight a selected book mark value.
From: krishnas@xxxxxxxxxxxxx
Date: Wed, 11 Jun 2003 18:23:46 +0530

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


Current Thread