RE: Creating Hyperlinks using XSL and XML

Subject: RE: Creating Hyperlinks using XSL and XML
From: "Sall, Ken" <ksall@xxxxxxx>
Date: Mon, 5 Apr 1999 11:20:56 -0400
Doug,

If you really want to use elements other than <A> to indicate links, you can
use the syntax:

<ArbitraryElementName xml:link="simple"
href="http://www.w3.org/";>foo</ArbitraryElementName>

However, this will limit which tools can process the XLink. I recently
discovered that the W3C Amaya browser handles this nicely.

http://www.w3.org/Amaya/

- Ken Sall, WDVL
http://wdvl.Internet.com/Authoring/Languages/XML/

> -----Original Message-----
> From: Douglas Nehring [mailto:dnehring@xxxxxxxxxxxxxxxxxx]
> Sent: Monday, April 05, 1999 9:46 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Creating Hyperlinks using XSL and XML
> 
> 
> I'm currently working on converting some HTML to XML+XSL and 
> I was wondering
> how to handle hyperlinks.  For example, what would the XSL 
> look like to
> handle the following such that the produced HTML would create 
> a hyperlink on
> "XSL List":
> ...
> <brown_nose>
> 	The <link url="http://www.mulberrytech.com/xsl/xsl-list/
> <http://www.mulberrytech.com/xsl/xsl-list/> "> XSL List 
> </link> is a great
> place to ask questions about XSL.
> </brown_nose>


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


Current Thread