<?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>20879</bug_id>
          
          <creation_ts>2013-02-05 16:28:26 +0000</creation_ts>
          <short_desc>bug in XSLT 2.0 stylesheet used for generating FOTS conformance reports</short_desc>
          <delta_ts>2013-03-20 13:50:27 +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>XQuery 3 &amp; XPath 3 Test Suite</component>
          <version>Working drafts</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</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="Sorin Nasoi">spungi</reporter>
          <assigned_to name="O&apos;Neil Delpratt">oneil</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>82583</commentid>
    <comment_count>0</comment_count>
    <who name="Sorin Nasoi">spungi</who>
    <bug_when>2013-02-05 16:28:26 +0000</bug_when>
    <thetext>Using the provided FOTS sample conformance xml and invoking the XSL transformation I ended up with 2 HTML reports that are showing only the dependencies that are met and none of the FOTS test cases data.

Summary HTML looks like this:
[...]
Summarized Results:
Total number of test cases: 0
Total number of implementation reports: 1
Results for Optional Features
Results for New 3.0 Facilities 




And the results_Saxon[...].html only shows the dependencies.


I also used a different FOTS conformance xml that is valid according to the provided 2011/QT3-test-suite/ReportingResults/results.xsd and the HTML reports were the same: only the dependencies were shown.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>84731</commentid>
    <comment_count>1</comment_count>
    <who name="O&apos;Neil Delpratt">oneil</who>
    <bug_when>2013-03-20 12:15:16 +0000</bug_when>
    <thetext>This bug I believe has been resolved with guidance in private discussions. 

In summary there are a number of prerequisites:

* Results file must exist in the directory &apos;result-submission&apos; (one level up from the catalog.xml file)

* The name of the results file must begin with the name &apos;results&apos;. See line 38 in the stylesheet. i.e.:
&lt;xsl:param name=&quot;resultsDocs&quot; select=&quot;collection(&apos;../../result-submissions/?select=results*.xml&apos;)&quot;/&gt;

* the catalog.xml file is the source document.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>84739</commentid>
    <comment_count>2</comment_count>
    <who name="Sorin Nasoi">spungi</who>
    <bug_when>2013-03-20 13:50:27 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; This bug I believe has been resolved with guidance in private discussions.
Indeed: thanks for the help.
 

&gt; In summary there are a number of prerequisites:
&gt; 
&gt; * Results file must exist in the directory &apos;result-submission&apos; (one level up
&gt; from the catalog.xml file)
Results file must exist in the directory &apos;result-submissions&apos; (two levels up
from the catalog.xml file)

&gt; * The name of the results file must begin with the name &apos;results&apos;. See line
&gt; 38 in the stylesheet. i.e.:
&gt; &lt;xsl:param name=&quot;resultsDocs&quot;
&gt; select=&quot;collection(&apos;../../result-submissions/?select=results*.xml&apos;)&quot;/&gt;
&gt; 
&gt; * the catalog.xml file is the source document.

And I would add that the result of the XSL transformation has to be named &apos;report.html&apos; and has to be put inside &apos;ReportingResults&apos; folder.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>