Subject: Re: Inline Hyperlink
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 26 Apr 2003 17:53:27 +0100
|
> Just when I am beginning to have a comfort level in xml/xslt, another issue
> appears. My inline hyperlink code is returning the following text in my
> browser, instead of an active link:
If you want a link you need an a element not the characters < a ... >
> <xsl:template match="n1:TextHyperLink">
> <a href=<xsl:for-each select="n1:hlAddress">
That's making the characters < a not an a element.
To make an a element yo want a literal result element
<a>
not <a.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Inline Hyperlink
- Jack Cane - Sat, 26 Apr 2003 12:19:15 -0400 (EDT)
- David Carlisle - Sat, 26 Apr 2003 12:48:28 -0400 (EDT) <=
- Michael Kay - Sat, 26 Apr 2003 12:53:16 -0400 (EDT)
- Jack Cane - Sat, 26 Apr 2003 17:00:48 -0400 (EDT)
|
|