Re: [xsl] Extracting link information from xml document and displaying it in browser as hyperlink

Subject: Re: [xsl] Extracting link information from xml document and displaying it in browser as hyperlink
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 10 Jun 2003 13:49:01 +0100
I wrote

> You just want
>
> <a href="{normalize-space(location)}">


which should be


 <a href="{normalize-space(.)}">

If the current node is already the location element.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread