Subject: Re: Strict sequential identity rule?
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 26 Sep 2005 12:20:23 -0400
|
Hi,
At 05:01 PM 9/21/2005, Dimitre wrote:
I found this example interesting, because it shows that
node()
does not match the document node "/" -- *as a match pattern*.
Correct. Because the Location Path "node()" (with no axis given) is
short for "child::node()", and / won't match that.
In a select expression, if you say "ancestor-or-self::node()", you'll
get the root (with whatever else), because the node() node test does
test true on the root.
Cheers,
Wendell
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
|