Re: [xsl] why doesn't 'self::NODE' work?

Subject: Re: [xsl] 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