Page 1 of 1

Attribute not working

Posted: Wed Jan 26, 2005 1:28 pm
by gantichi
Sorry if it's not the right area.
I use the istruction:
<a>
<xsl:attribute name="href"> DettSped.asp?DDTID=<xsl:value-of select="DDTID"/>
</xsl:attribute>
<img src="immagini/dettagli.gif"/>
</a>
to generate the HTML:
<a href=DettSped.asp?DDTID=100><img src="immagini/dettagli.gif"/></a>

On some PC, it works fine, on other, I see in the display:
"DettSped.asp?DDTID=" and the image, so the <a> tag is not well formed.
PCs uses (apparently) the same Win XP and the same Explorer 6.0.
Can someone suggest a solution?
tnx in advance
Gianfranco

Posted: Thu Jan 27, 2005 4:54 pm
by george
Dear Gianfranco,

Your post does not provide enough information to allow someone to detect the problem. The best approach is to get it down to a simple example that reproduce it. In general this process will allow you to spot the problem yourself. If not post that example and the steps to reproduce it.

Best Regards,
George