[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Creating Hyperlinks using xlink

Subject: Re: Creating Hyperlinks using xlink
From: "Rudi Starcevic" <rudi@xxxxxxxxxxxx>
Date: Thu, 10 Jul 2003 00:35:07 +1000
xsl xlink href
Thanks Jeni,

Hmm .. 

It's looks right but is still blank.

This works fine ( no xlink ):
<address
 href="http://www.footyworld.com">www.footyworld.com</address>

<a href="{@href}"><xsl:value-of select="."/></a>


This is blank, the href value in the <a> tag, ( with xlink )
<address
 xlink:type="simple"
 xlink:href="http://www.footyworld.com">www.footyworld.com.au</address>

<a href="{@xlink:href}"><xsl:value-of select="."/></a></td>

Sounds crazy hey ?
I've trimmed the code back to these few lines so it's quick to read.
I hope they are still sufficient enough.

Tonight is the last night where I use a browser only for rendering 
transformations. I'll using a command line processor from now on.

Thanks
Kind regards
Rudi.

> Hi Rudi,
> 
> > For example this line from my 'address' xsl:template,
> > <a href="{xlink:simple/@href}"><xsl:value-of select="."/></a>,
> > in the rendered html document the {xlink:simple/@href} is blank but the
> > <xsl:value-of select="."/> is fine.
> 
> The value you want for the href attribute is the value of the
> xlink:href attribute on the current <address> element. Currently
> you're selecting the href attribute of an <xlink:simple> element,
> which doesn't exist. Try:
> 
>   <a href="{@xlink:href}"><xsl:value-of select="." /></a>
> 
> Cheers,
> 
> Jeni
> 
> ---
> Jeni Tennison
> http://www.jenitennison.com/




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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.