xsl-list
[Top] [All Lists]

RE: Simple Question newie

2002-09-13 07:37:33
Thanks!  Unfortunately this is working better but not correctly.  Now I am 
getting 
http://localhost:7001/jsp/yahoo.com

I am running this locally.  The jsp in which I am running this with is in the 
/jsp directory so it looks like it is just appending the yahoo.com to the end 
of my current directory.  I just need the http://yahoo.com.

??



-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk]
Sent: Friday, September 13, 2002 9:22 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Simple Question newie



Oh,

PS.

 since your input is
<anId>
yahoo.com
</anId>

not 
<anId>yahoo.com</anId>

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

otherwise the white space around your URL will end up in the attribute.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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

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



<Prev in Thread] Current Thread [Next in Thread>