- From: Tobias Reif <tobiasreif@pinkjuice.com>
- Date: Tue, 15 Apr 2003 13:43:45 +0200
- To: Ashok Malhotra <ashokma@microsoft.com>
- CC: public-qt-comments@w3.org
Ashok Malhotra wrote: > 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. Thanks. Perhaps it would be helpful to add the middle line: * op:node-after($item1, $item2) returns false. * op:node-after($item2, $item1) returns true. * op:node-after($item1, $item1) returns false. Tobi -- http://www.pinkjuice.com/
Received on Tuesday, 15 April 2003 07:44:22 UTC