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

Re: Re: "Instantiating a template" ?

Subject: Re: Re: "Instantiating a template" ?
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Tue, 2 Dec 2003 23:13:00 +0100
xpath select root element
"David Tolpin" <dvd@xxxxxxxxxxxxxx> wrote in message
news:200312022033.hB2KXmfr061117@xxxxxxxxxxxxxxxxxxxxxx
> > I think you're not making difference between a match pattern and an
XPath
> > expression. Match paterns are only a restricted subset of the set of
> > syntactically correct XPath expressions.
> >
> > As Wendell pointed out, this distinction is at the heart of XSLT.
>
> Dimitre,
>
> I was commenting on the exact cause due to which node() cannot match the
root
> node. I was trying to show that the cause is not that node() is required
to be
> a child of something, as another poster had suggested, but is that node()
is a
> short way to write child::node().

Yes, what you said was:

> 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.

Yes.

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

-----------------------------------------------------------^^^^

In XSLT the verb "to match" is used with match patterns. Because only the
"child" and "attribute" axis are allowed in a match pattern (except within
predicates), the expression:

  self:node

cannot *match* anything as it simply is not allowed as a match pattern.

Another problem with this statement is that it uses the term "root element",
but the root node in fact is not an element node.

The expression self::node() in the context of (any) element will never
select the root node of the document.


What *is* true is that the above expression in the context of the root node
(not the root element) will *select* (not match) the root node.


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL




 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.