← Prev in month ← Prev in thread

how to se the transformed output...

From
sandr8 <>
To
Date
2002-08-10T22:15:06Z
ID
<>
Thread
how to se the transformed output...
this part of XSLT code code works under IE but doesn't seem to do what i 
want under Mozilla...

                  <img>
                   <xsl:attribute name="alt">foto di <xsl:value-of 
select="mittente/nome" />:<xsl:value-of select="mittente/cognome" />, alias 
<xsl:value-of select="mittente/nick" />, &lt;<xsl:value-of 
select="mittente/mail" />&gt;</xsl:attribute>
                   <xsl:attribute name="src">
                    <xsl:value-of select="mittente/@silouette" />
                   </xsl:attribute>
                  </img>

is there a way to see the processed output instead of the original input?
thank you very much
sandr8)

---
[Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
[Quipo ISP - This E-mail was scanned for viruses by Declude Virus]
← Prev in month ← Prev in thread