Re: [xsl] LINKs

Subject: Re: [xsl] LINKs
From: Jim Fuller <jim.fuller@xxxxxxxxxxxxxx>
Date: Mon, 10 Jan 2005 10:00:01 -0500
Michael Kay wrote:
So, I'd like to know :

1. How to create a button that allows access to amazon.com ;

goto amazon



2.How to create links for e-mails, that been clicked open ms-outlook.;
<a href="mailto:someemailaddress@xxxxxxxxx";>email</a> which is email

In XSLT you can include literal elements which just so happen to be
HTML....I would suggest starting here
http://www.dpawson.co.uk/xsl/index.html

gl, Jim Fuller

Current Thread