This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

difference between select="*" and select="node()"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]