xsl-list
[Top] [All Lists]

Re: target blank into one link

2004-09-19 08:26:06
Hi,

Just add the target="_blank" to your element:

<a href="{$link-org/metadatosinformacion_texto}" target="_blank">
<xsl:value-of select="$org/metadatosinformacion_texto"/>
</a>

Best Regards,
George
-----------------------------------------------
George Cristian Bina
<oXygen/> XML Editor & XSLT Editor/Debugger
http://www.oxygenxml.com


Dionisio Ruiz de Zárate wrote:
hello i my xslt file i make the links using this:
<a href="{$link-org/metadatosinformacion_texto}">
<xsl:value-of select="$org/metadatosinformacion_texto"/>
</a>

how can i add the target="_blank" for openig the link into one new page?
thanks


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--


<Prev in Thread] Current Thread [Next in Thread>