Re: xquery-operators/#func-node-after example typo?

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