RE: [xsl] seeking clarification on node()

Subject: RE: [xsl] seeking clarification on node()
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 2 Dec 2002 15:42:42 +0200
Hi,

> The documentation on node() is a little sparse. In 
> particular, I am not sure
> of the difference between the expressions child::* and 
> node(). I notice

node() is short for child::node(). child::* will select all child element nodes, while child::node() will select all child element, comment, processing-instruction, and text nodes.

> different behavior for these. The particular problem I addressed was
> creating a node list for a recursive template - child::* 
> works but node()
> doesn't.

Doesn't work how?

Cheers,

Jarno

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


Current Thread