- From: Till Westmann <till.westmann@bea.com>
 - Date: Sat, 14 Feb 2004 11:35:56 +0100
 - To: public-qt-comments@w3.org
 
1) The algorithm contains:
if ($parameter1 instance of element(*, xs:anySimpleType) and
      ($parameter2 instance of element(*, xs:anySimpleType))
        return fn:deep-equal(fn:data($parameter1), fn:data($parameter2))
Why is no collation parameter passed to the recursive call of 
fn:deep-equal?
2) The formatting and indentation of the code is inconsistent.
Till Westmann
Received on Saturday, 14 February 2004 05:45:11 UTC