xsl:attribute problem

admin

Administrator
Staff member
I am doing the following:<a><xsl:attribute name="href">Disp.asp?date=<xsl:value-of select="Date"/>&type=<xsl:value-of select="Type"/></xsl:attribute><xsl:value-of select="Type" /></a>and getting an error with "&type".Does anyone know the correct syntax to construct anhref with multiple parameters?
 
Back
Top