xsl-list
[Top] [All Lists]

Re: LINKs

2005-01-10 08:00:01
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(_at_)email(_dot_)com">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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • LINKs, Marcos Hercules Sant
    • RE: LINKs, Michael Kay
      • Re: LINKs, Jim Fuller <=