<?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>26730</bug_id>
          
          <creation_ts>2014-09-04 16:19:59 +0000</creation_ts>
          <short_desc>[XT30TS]  error-XPDY0002c</short_desc>
          <delta_ts>2014-09-05 08:48:15 +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>Recommendation</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="Abel Braaksma">abel.online</assigned_to>
          <cc>mike</cc>
          
          <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>111001</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2014-09-04 16:19:59 +0000</bug_when>
    <thetext>The test case stylesheet error-XPDY0002c.xsl doesn&apos;t seem to match up with the intent of the test.

   &lt;test-case name=&quot;error-XPDY0002c&quot;&gt;
      &lt;description&gt;error: context item is not set on entry to a stylesheet function. Was error-code-025.&lt;/description&gt;
      &lt;created by=&quot;Michael Kay&quot; on=&quot;2012-11-07&quot;/&gt;
      &lt;environment ref=&quot;error001&quot;/&gt;
      &lt;dependencies&gt;
         &lt;spec value=&quot;XSLT20+&quot;/&gt;
      &lt;/dependencies&gt;
      &lt;test&gt;
         &lt;stylesheet file=&quot;error-XPDY0002c.xsl&quot;/&gt;
      &lt;/test&gt;
      &lt;result&gt;
         &lt;error code=&quot;XPDY0002&quot;/&gt;
      &lt;/result&gt;
   &lt;/test-case&gt;


&lt;?xml version=&quot;1.0&quot;?&gt; 

&lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; version=&quot;2.0&quot;&gt;

&lt;!-- Error: XPath syntax --&gt;
&lt;?spec xpath#errors?&gt;&lt;?error XPST0003?&gt;

  &lt;xsl:template match=&quot;doc&quot;&gt;
    &lt;out&gt;
      &lt;xsl:value-of select=&quot;@undeclared:*&quot;/&gt; 
      &lt;xsl:message&gt;Error not detected!&lt;/xsl:message&gt;
    &lt;/out&gt;
  &lt;/xsl:template&gt;

&lt;/xsl:stylesheet&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>111015</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2014-09-04 17:21:33 +0000</bug_when>
    <thetext>Thanks, fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>111056</commentid>
    <comment_count>2</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2014-09-05 08:48:15 +0000</bug_when>
    <thetext>Confirmed fixed.  Thanks.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>