This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: how to do hyperlink with xml + xsl?



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@wts.se]
Sent: Tuesday, February 08, 2000 11:19 PM
To: xsl-list@mulberrytech.com
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@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]För Jia Ming Li
Skickat: den 9 februari 2000 03:46
Till: xsl-list@mulberrytech.com
Ä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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]