<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>16948</bug_id>
          
          <creation_ts>2012-05-06 20:23:39 +0000</creation_ts>
          <short_desc>[FO30] number() when the context item is a list</short_desc>
          <delta_ts>2012-05-15 16:03:43 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XPath / XQuery / XSLT</product>
          <component>Functions and Operators 3.0</component>
          <version>Proposed Edited Recommendation</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Kay">mike</reporter>
          <assigned_to name="Michael Kay">mike</assigned_to>
          
          
          <qa_contact name="Mailing list for public feedback on specs from XSL and XML Query WGs">public-qt-comments</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>67357</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2012-05-06 20:23:39 +0000</bug_when>
    <thetext>Also applies to the XPath 2.0 functions and operators spec.

It&apos;s not clear what happens when number() is called with no arguments, and the context item is a node whose typed value is a list containing more than one atomic value. The spec makes two conflicting statements: on the one hand, it says that number() is equivalent to number(.), in which case a type failure would occur because atomization delivers a value that does not match the required type of xs:anyAtomicType?. On the other hand, it says that if conversion of the context item to a double fails, the function returns NaN.

I think the preferred solution is that number() behaves exactly like number(.), which means there is a possibility of a type error.

Other functions whose argument defaults to the context item do not seem to have the same problem. Some of them do not atomize (for example name(), nilled()); others explicitly work on the string value of the node (normalize-space(), string-length()); while data() allows the result of atomizing to be a sequence.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>67750</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2012-05-15 16:03:43 +0000</bug_when>
    <thetext>The WG agreed that number() should behave exactly like number(.).</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>