- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 18 Jul 2005 21:42:03 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1725
Summary: [FS] missing "if" in definition of
convert_untypedAtomic
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Windows 2000
Status: NEW
Severity: minor
Priority: P2
Component: Formal Semantics
AssignedTo: simeon@us.ibm.com
ReportedBy: fred.zemke@oracle.com
QAContact: public-qt-comments@w3.org
7.2.10 fn:min, etc.
Under notation, the second line in the recursive definition of
convert_untypedAtomic does not make sense. It says
"convert_untypedAtomic (FormalItemType, Type) =
FormalItemType (FormalItemType is not xdt:untypedAtomic)"
What seems to be lacking is an "if". It would be clearer to
reformulate the first two lines as
If FormalItemType is xdtg:untypedAtomic
then convert_untypedAtomic (FormalItemType, Type) = Type
else convert_untypedAtomic (FormalItemType, Type) = FormalItemType
Received on Monday, 18 July 2005 21:42:08 UTC