[xsl] difference between select="*" and select="node()"

Subject: [xsl] difference between select="*" and select="node()"
From: Karthik Gurumurthy <karthikg@xxxxxxxxxxxxxx>
Date: Mon, 8 Apr 2002 16:40:45 +0530
hi all,

it's behaving the same way for me :-(
am using Oreilly's XSLT to learn XSLT.
It says that node() selects the attribute as well in addition to the text
nodes.
But still my attribute values do not get printed.
The book also mentions that attribute needs to be selected explicitly to
apply the default
rule for attributes.
If node() does that then why does'nt it print?

thanks
karthik.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread