Re: [xsl] "Instantiating a template" ?

Subject: Re: [xsl] "Instantiating a template" ?
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 01 Dec 2003 22:04:02 +0100
Michael Kay wrote:
Not quite. match="node()" is short for match="child::node()", so it will
only match nodes that are children of something: viz elements, text
nodes, comments, and PIs.

In other words match="node()" wont match the root node, but not because the root node is explicitely excluded but because the root node doesn't have a parent. Correct?

J.Pietschmann


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



Current Thread