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?


On Tue, Feb 08, 2000 at 06:46:03PM -0800, Jia Ming Li wrote:
> <TEST>This is <A HREF="www.yahoo.com">yahoo</A> test.</TEST>

<xsl:template match="test/a[@href]">
 <xsl:copy/>
</xsl:template>

David.


 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]