Re: Setting the value of the HREF attribute

Subject: Re: Setting the value of the HREF attribute
From: Bovone Stefano <Stefano.Bovone@xxxxxxxx>
Date: Mon, 8 Feb 1999 13:38:52 +0100
Title: Re: Setting the value of the HREF attribute

Try something like:

<A>
      <xsl:attribute name="HREF">
       <xsl:value-of select="@type"/>;
      </xsl:attribute>
</A>   

Bye.

Current Thread