- From: Don Chamberlin <chamberl@almaden.ibm.com>
- Date: Fri, 6 Feb 2004 11:07:47 -0800
- To: "Michael Rys" <mrys@microsoft.com>
- Cc: public-qt-comments@w3.org
Received on Friday, 6 February 2004 14:20:36 UTC
Fixed as suggested. Thanks! --Don Chamberlin "Michael Rys" <mrys@microsoft.com> Sent by: public-qt-comments-request@w3.org 01/20/2004 11:40 AM To <public-qt-comments@w3.org> cc Subject [XQuery] MS-XQ-LC1-017 Section 2.2.3.2 Dynamic Analysis Phase Editorial/Technical "If the Static Typing Feature is not in effect, an implementation is allowed to raise type-related warnings during the static analysis phase, but it must proceed with the dynamic evaluation phase despite these warnings. In this case, type errors must be detected and raised during the dynamic evaluation phase.": This is too strong. If I know for sure that I always will have a dynamic type error (e.g., the expected type is xs:string and the passed value is always an instance of xs:int, I should be able to raise this type error during the static phase even if the static typing feature is not employed).
Received on Friday, 6 February 2004 14:20:36 UTC