- From: Ashok Malhotra <ashokma@microsoft.com>
- Date: Tue, 15 Apr 2003 04:41:02 -0700
- To: "Tobias Reif" <tobiasreif@pinkjuice.com>, <public-qt-comments@w3.org>
The node-after function tests if the node that is the first argument occurs after the node that is the second argument. In the example, $item1 occurs before $item2, not after it. All the best, Ashok > -----Original Message----- > From: public-qt-comments-request@w3.org [mailto:public-qt-comments- > request@w3.org] On Behalf Of Tobias Reif > Sent: Tuesday, April 15, 2003 4:20 AM > To: public-qt-comments@w3.org > > > Hi > > http://www.w3.org/TR/xquery-operators/#func-node-after > > "13.1.9.1 Examples > > * op:node-after($item1, $item2) returns false. > * op:node-after($item1, $item1) returns false. > " > > Should the first line end in "returns true"? > > Tobi > > -- > http://www.pinkjuice.com/ >
Received on Tuesday, 15 April 2003 07:41:13 UTC