Re:

Subject: Re:
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 25 Sep 2000 11:02:36 GMT
> 1) Why does ".//" work, but "//" not? (This query is done on the document
> root.)

.// means (roughly) descend from the current node and // means descend
from the document root. So if they work differently then you are not
at the root of the document.


> 2)...
> what are the rules that apply when I add an extra slash 

simple rule, don't do it.  The / should be followed by the next step of
the xpath.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread