Re: [xsl] target blank into one link

Subject: Re: [xsl] target blank into one link
From: George Cristian Bina <george@xxxxxxx>
Date: Sun, 19 Sep 2004 18:26:06 +0300
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 Zarate 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@xxxxxxxxxxxxxxxxxxxxxx> --+--

Current Thread