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(_at_)mulberrytech(_dot_)com
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
======================================================================
--~------------------------------------------------------------------
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>
--~--