← Prev in month ← Prev in thread

XPath terminology

From
Philippe Poulard <>
To
Date
2004-03-03T13:23:59Z
ID
<>
Thread
XPath terminology
hi all,

i need to name a kind of path that is produced from a given node :
-it starts from the root
-it descends from child to child until the node
-it only allow predicates with an index, such as [n]

examples :
/foo/bar[2]/oof[5]/@rab
/foo/bar[2]/oof[5]/text()[2]

is there a name or should i invent one ?

candidates :
-"natural path"
-"absolute path"
-"canonical path"
-"basic path"

other ?

-- 
Cordialement,

            ///
           (. .)
  -----ooO--(_)--Ooo-----
|   Philippe Poulard    |
  -----------------------
← Prev in month ← Prev in thread