This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: specifying a target for a hyperlink


> <A>
> <xsl:attribute name = "HREF">
> <xsl:value-of select="url"/>
> </xsl:attribute>
> <xsl:value-of select="url"/>
>
> </A>

You might want to use apply-templates more to drill down to the particular
nodes like 'url'. And I think you are you using the xmlns incorrectly but if
that is an OK thing to dom (you should probably change the attribute name),
then it would be something like this:

<a href="{ALL/CATEGORY/url}" target="{ALL/CATEGORY/url/@xmlns}">a link</a>



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]