asearle
09-21-2006, 02:42 PM
Hi Everyone,
I have href links in my XML and these work fine using the following syntax in my XSL ...
<xsl:attribute name="href">
<xsl:value-of select="MenuTargetObject" />
</xsl:attribute>
No I would like to force the browser to open the new page in a separate window (syntax: target="_blank" ) but am not sure how to declare this in my XSL.
I've done some googling but it didn't return anything useful so I am hoping that someone can send me a tip?
Many thanks,
Alan Searle.
I have href links in my XML and these work fine using the following syntax in my XSL ...
<xsl:attribute name="href">
<xsl:value-of select="MenuTargetObject" />
</xsl:attribute>
No I would like to force the browser to open the new page in a separate window (syntax: target="_blank" ) but am not sure how to declare this in my XSL.
I've done some googling but it didn't return anything useful so I am hoping that someone can send me a tip?
Many thanks,
Alan Searle.