|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: target blank into one link
> 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








