Subject: RE: how to do hyperlink with xml + xsl?
From: Jia Ming Li <jmingli@xxxxxxxx>
Date: Wed, 9 Feb 2000 21:40:58 -0400 (EST)
|
This only make yahoo as a link, but how can I make it return other text's
well?:
This is yahoo test. ==> where yahoo is a link??
-----Original Message-----
From: Harald Normann [mailto:harald.normann@xxxxxx]
Sent: Tuesday, February 08, 2000 11:19 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: SV: how to do hyperlink with xml + xsl?
Try this:
<a><xsl:attribute name="HREF">
www.yahoo.om
</xsl:attribute>
www.yaho.com</a><br/>
-----Ursprungligt meddelande-----
Från: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]För Jia Ming Li
Skickat: den 9 februari 2000 03:46
Till: xsl-list@xxxxxxxxxxxxxxxx
Ämne: how to do hyperlink with xml + xsl?
Can some one help me out here,
my xml file.
<TEST>This is <A HREF="www.yahoo.com">yahoo</A> test.</TEST>
I want to output to a html out:
This is <A HREF="www.yahoo.com">yahoo</A> test.
So when view it, it's "This is yahoo test." where "yahoo" is a link link to
www.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|