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