RE: [xsl] border in image

Subject: RE: [xsl] border in image
From: "Aniceto Lopez" <aniceto@xxxxxxxxxxxxx>
Date: Wed, 18 Dec 2002 16:00:40 +0100
por que no pones directamente / why not use just this?
<img src="../img/messenger.gif" width="22" height="22" hspace="3" vspace="3"
align="right"  border="2"/>

saludos
Aniceto López

-----Mensaje original-----
De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de Dionisio Ruiz
de Zarate
Enviado el: miércoles, 18 de diciembre de 2002 15:36
Para: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Asunto: [xsl] border in image


i am trying to put to one image one border , with the 2 value with this:
<xsl:element name="img">
<xsl:attribute name="src">/images/cursos/<xsl:value-of
select="imagen"/></xsl:attribute>
<xsl:attribute name="hspace">3</xsl:attribute>
<xsl:attribute name="vspace">3</xsl:attribute>
<xsl:attribute name="align">right</xsl:attribute>
<xsl:attribute name="border">2</xsl:attribute>
</xsl:element>

but it doesn't put the border.

Can anybody help me to know how can i put the border?
Thanks



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread