
09/01/2004, 07:37
|
 | | | Fecha de Ingreso: octubre-2001 Ubicación: Sevilla, España
Mensajes: 1.228
Antigüedad: 23 años, 4 meses Puntos: 5 | |
De la misma manera que usas el atributo target en HTML estático. Algo así:
<LI>
<A target="mainFrame" >
<xsl:attribute name="HREF">
<xsl:value-of select="PRICE"/>.pdf
</xsl:attribute>
<xsl:value-of select="PRICE"/>
</A>
</LI> |