[xsl] Difference between current(), node() and self ??

Subject: [xsl] Difference between current(), node() and self ??
From: "Jaebin Lee" <jaebin.charade@xxxxxxxxx>
Date: Wed, 20 Sep 2006 14:35:40 +0200
Hi,

Until now, I thought that
<xsl:value-of select="self"/>, <xsl:value-of select="node()"/> and
<xsl:value-of select="current()"/> would print out the same values,
but found out that this is not true.

It seems that current() prints out all the values including its child...
and node() and self... could anyone please tell me what exactly the
difference between these?


Thank you! -Jaebin

Current Thread