<img> ?

webmasterbeta

New Member
Is there something that I am doing wrong here?
...
<xsl:if test="Company_Image!=' '">
<td>
<img></img>
<xsl:attribute name="src">
<xsl:value-of select="image" />
</xsl:attribute>
</td>
</xsl:if>
...

For some reason it does not pass value of "image" to src. Why?
Thank you!
 
Back
Top