RE: [xsl] Simple Question newie

Subject: RE: [xsl] Simple Question newie
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 13 Sep 2002 18:51:07 +0100
> Thanks!  Unfortunately this is working better but not 
> correctly.  Now I am getting 
> http://localhost:7001/jsp/yahoo.com
> 

That's not an XSLT problem. If you want "yahoo.com" interpreted as
"http://www.yahoo.com/";, then you're going to have to translate it. If
you just put "yahoo.com" into the href attribute of an <a> element, it
will be interpreted by the browser as a relative URI, relative to the
base URI of the HTML page.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 



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


Current Thread