Necesito enviar esta url encode y no se como hacrelo , alguien podria ayudarme?
Gracias
<a>
<xsl:attribute name="href">
<xsl:text>laweb?Nombre=</xsl:text>
<xsl:copy-of select="$name" />
</xsl:attribute>
<B>
<FONT COLOR="{$nameColor}" >
<xsl:copy-of select="$name" />
</FONT>
</B>
</a>