<?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>4160</bug_id>
          
          <creation_ts>2007-01-09 08:26:09 +0000</creation_ts>
          <short_desc>Static typing of  fn-normalize-space0args-1</short_desc>
          <delta_ts>2010-03-16 15:55:59 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XML Query Test Suite</product>
          <component>XML Query Test Suite</component>
          <version>1.0.2</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>CLOSED</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="Tim Mills">tim</reporter>
          <assigned_to name="Andrew Eisenberg">andrew.eisenberg</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>13373</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2007-01-09 08:26:09 +0000</bug_when>
    <thetext>In the query below, the first call to normalize-space expects string?, but the actual argument is statically typed as string*.

(:*******************************************************:)
(:Test:fn-normalize-space0args-1:)
(:Written By:Joanne Tong:)
(:Date:2005-09-23T15:54:03-04:00:)
(:Purpose:Test normalize-space without argument:)
(:*******************************************************:)

(: insert-start :)
declare variable $input-context external;
(: insert-end :)

$input-context//doc/normalize-space(a[normalize-space() = &apos;Hello, How are you?&apos;])</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14446</commentid>
    <comment_count>1</comment_count>
    <who name="Carmelo Montanez">carmelo</who>
    <bug_when>2007-03-15 14:46:00 +0000</bug_when>
    <thetext>Hey Tim:

Thanks for the comment.  Looks as though this test is intended to work as
written and usage of the context item.  Please comment further if you need.

Thanks,
Carmelo</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14447</commentid>
    <comment_count>2</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2007-03-15 14:52:39 +0000</bug_when>
    <thetext>a[normalize-space() = &apos;Hello, How are you?&apos;])

has type string*

$input-context//doc/normalize-space( string* ) fails to typecheck.

The test should be:

$input-context//doc/normalize-space(zero-or-one(a[normalize-space() = &apos;Hello, How are you?&apos;]))

to avoid static typing errors.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14454</commentid>
    <comment_count>3</comment_count>
    <who name="Carmelo Montanez">carmelo</who>
    <bug_when>2007-03-15 18:42:42 +0000</bug_when>
    <thetext>Hey Tim:

Test fixed as suggested.

Thanks,
Carmelo</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>