Subject: Re: why doesn't 'self::NODE' work?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 15 Apr 2003 09:14:57 +0100
|
<xsl:value-of select="self::LINK" />
You could use . here rather than self::LINK
You only get text as the result as xsl:value-of always constructs a string.
You want xsl:copy-of.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- why doesn't 'self::NODE' work?
- Wright, Steve - Mon, 14 Apr 2003 20:45:19 -0400 (EDT)
- James J. Ramsey - Mon, 14 Apr 2003 21:50:39 -0400 (EDT)
- Michael Kay - Tue, 15 Apr 2003 03:46:19 -0400 (EDT)
- David Carlisle - Tue, 15 Apr 2003 04:11:10 -0400 (EDT) <=
- <Possible follow-ups>
- Avula, Raj - Mon, 14 Apr 2003 21:41:43 -0400 (EDT)
- Passin, Tom - Tue, 15 Apr 2003 09:29:30 -0400 (EDT)
- Wright, Steve - Tue, 15 Apr 2003 12:28:47 -0400 (EDT)
|
|