[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: how to do hyperlink with xml + xsl?


Subject: Re: how to do hyperlink with xml + xsl?
From: David Rocher <djr@xxxxxxxxxxxxxx>
Date: Wed, 9 Feb 2000 11:05:54 +0000

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



Current Thread