[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: "Instantiating a template" ?

Subject: Re: "Instantiating a template" ?
From: David Tolpin <dvd@xxxxxxxxxxxxxx>
Date: Tue, 2 Dec 2003 10:13:23 +0400 (AMT)
Re:  "Instantiating a template" ?
> > 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?
> 

Because not specifying an axis is the same as specifying child:: axis.
There is no context in wich the root node resides on the child axis.

self::node() in the context of the root element will match the root node.

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.