xsl-list
[Top] [All Lists]

Re: Strict sequential identity rule?

2005-09-26 12:42:41
On 9/27/05, Wendell Piez <wapiez(_at_)mulberrytech(_dot_)com> wrote:
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.


But let's remind that in a match pattern the only allowed axis in
location paths are the "child" and the "attribute" axis.

Cheers,
Dimitre Novatchev.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>