<?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>28426</bug_id>
          
          <creation_ts>2015-04-07 06:57:17 +0000</creation_ts>
          <short_desc>[XT30] error-XPTY0020b expects static error even when not executed</short_desc>
          <delta_ts>2015-05-06 21:24:33 +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>XSLT 3.0 Test Suite</component>
          <version>Last Call drafts</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="Abel Braaksma">abel.braaksma</reporter>
          <assigned_to name="Abel Braaksma">abel.online</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>119292</commentid>
    <comment_count>0</comment_count>
    <who name="Abel Braaksma">abel.braaksma</who>
    <bug_when>2015-04-07 06:57:17 +0000</bug_when>
    <thetext>The test calls a function that uses an expression that select the root node from a context item that is not a node:

&lt;xsl:function name=&quot;f:doc&quot; xmlns:f=&quot;http://f.com/&quot;&gt;
  &lt;xsl:analyze-string select=&quot;&apos;abcd&apos;&quot; regex=&quot;efgh&quot;&gt;
    &lt;xsl:matching-substring&gt;
      &lt;xsl:value-of select=&quot;//a&quot;/&gt;
    &lt;/xsl:matching-substring&gt;
  &lt;/xsl:analyze-string&gt;
&lt;/xsl:function&gt;
&lt;/xsl:stylesheet&gt;

However, the function is never executed. The test is marked with:

    &quot;.&quot; used when not a node - static error even though never executed. 

I don&apos;t think that is true. If the function is never called, the error does not need to be raised.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>119293</commentid>
    <comment_count>1</comment_count>
    <who name="Abel Braaksma">abel.braaksma</who>
    <bug_when>2015-04-07 07:02:25 +0000</bug_when>
    <thetext>Actually, even when that function is called, we still do not throw the error because the body of the xsl:analyze-string is never hit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>119294</commentid>
    <comment_count>2</comment_count>
    <who name="Abel Braaksma">abel.braaksma</who>
    <bug_when>2015-04-07 07:19:24 +0000</bug_when>
    <thetext>Same is true for error-XPTY0004f.

Both fixed as suggested.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120210</commentid>
    <comment_count>3</comment_count>
    <who name="Abel Braaksma">abel.braaksma</who>
    <bug_when>2015-05-06 21:24:33 +0000</bug_when>
    <thetext>Was resolved &gt; 30 days ago, closing.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>