This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1685 - [FS] please place "if" before "then"
Summary: [FS] please place "if" before "then"
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Formal Semantics 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Windows 2000
: P2 minor
Target Milestone: ---
Assignee: Jerome Simeon
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-17 21:36 UTC by Fred Zemke
Modified: 2007-01-16 17:33 UTC (History)
0 users

See Also:


Attachments

Description Fred Zemke 2005-07-17 21:36:21 UTC
4.1.5 Function calls
Under "Notations", the three definitions of mappings would be
more readable if you adopted the convention of placing the
"if" statement before the value rather than after the value.
Thus the first one would be rewritten:

[Expr]atomicAtomize(SequenceType) denotes

  if SequenceType <: xdt:anyAtomic* and ...
  then fn:data(Expr)
  else Expr
Comment 1 Jerome Simeon 2006-03-30 01:26:04 UTC
Fixed as suggested.
- Jerome