|
Subject: RE: [xsl] target blank into one link From: "Michael Kay" <mhk@xxxxxxxxx> Date: Sun, 19 Sep 2004 19:08:38 +0100 |
> 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
Like this:
<a href="{$link-org/metadatosinformacion_texto}" target="_blank">
<xsl:value-of select="$org/metadatosinformacion_texto"/>
</a>
Michael Kay
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] target blank into one lin, George Cristian Bina | Thread | [xsl] flatten tree, Jan Limpens |
| Re: [xsl] target blank into one lin, George Cristian Bina | Date | [xsl] flatten tree, Jan Limpens |
| Month |