Subject: SV: how to do hyperlink with xml + xsl?
From: "Harald Normann" <harald.normann@xxxxxx>
Date: Wed, 9 Feb 2000 08:19:17 +0100
|
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
|