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]
Other format: [Raw text]

RE: Simple Question newie


> 
> 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


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