and I am writing a stylesheet to provide the hyperlink in the HTML. I know that I have to get <xsl:value-of select="/channel/link"/> in the <A href="#..."></A> tag. I tried several different ways and cannot figure out the proper code to make it work.
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hi JiaPei, Use one of the following examples:
Also make sure that the XSLT output method is "html". Cheers [ December 15, 2002: Message edited by: Beno�t d'Oncieu ]