<?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>5514</bug_id>
          
          <creation_ts>2008-03-03 09:47:30 +0000</creation_ts>
          <short_desc>CVS: Static Typing: K2-Steps-21 to K2-Steps-29</short_desc>
          <delta_ts>2010-03-16 16:00:34 +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>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</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="Frans Englich">frans.englich</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>19253</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2008-03-03 09:47:30 +0000</bug_when>
    <thetext>K2-Steps-21 fails static type checking.  Since function argument $arg is has implicit type item()*, $arg/@e may fail with XPTY0019 (the result of a step in path expression must not be an atomic value).

(:*******************************************************:)
(: Test: K2-Steps-21                                     :)
(: Written by: Frans Englich                             :)
(: Date: 2007-11-22T11:31:21+01:00                       :)
(: Purpose: Tricky combination of focuses and function calls. :)
(:*******************************************************:)
declare variable $root :=
&lt;a&gt;
    &lt;b e=&quot;B&quot;/&gt;
    &lt;c e=&quot;B&quot;/&gt;
&lt;/a&gt;;
declare function local:function($arg)
{
$root[&quot;B&quot; eq $arg/@e]
};
$root/local:function(c)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20945</commentid>
    <comment_count>1</comment_count>
    <who name="Frans Englich">frans.englich</who>
    <bug_when>2008-06-26 16:00:18 +0000</bug_when>
    <thetext>Ok, I added separate static queries which essentially was copies of the baselines. Haven&apos;t tested it, take it for a spin please.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>