RE: [xsl] Simple Question newie

Subject: RE: [xsl] Simple Question newie
From: "James Fuller" <james.fuller@xxxxxxxxxx>
Date: Fri, 13 Sep 2002 15:48:07 +0100
> 
> 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.

this is OT ....ah heck its friday

<xsl:template match="anId">
	<A href="http://{normalize-space(.)}">Click Here</A>
</xsl:template>

this is basic html stuff.......

chow, jim fuller

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


Current Thread