<?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>5088</bug_id>
          
          <creation_ts>2007-09-29 18:50:32 +0000</creation_ts>
          <short_desc>fn-doc-23</short_desc>
          <delta_ts>2007-10-01 10:06:12 +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 XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>4956</dup_id>
          
          <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="Michael Kay">mike</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>16876</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2007-09-29 18:50:32 +0000</bug_when>
    <thetext>The expected test results for fn-doc-23 should be a copy of the input document. In fact they differ. The published results show the symptoms of having been produced using a version of Saxon in which the following bug was present:

http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1797006&amp;group_id=29872&amp;atid=397617

Sorry about that!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16877</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2007-09-29 18:56:07 +0000</bug_when>
    <thetext>Anyone wanting to investigate this problem or other problems in this test might care to reuse the following query, with appropriate modifications:

let $doc0 := doc(&apos;TestSources/complexWhitespace.xml&apos;),
    $doc1 := doc(&apos;ExpectedTestResults/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-23.txt&apos;),
    $doc2 := doc(&apos;ActualResults/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-23.out&apos;)
for $node1 at $i in $doc1//textNode,
    $node2 in ($doc2//textNode)[$i]
where $node1 ne $node2
return &lt;difference node=&quot;{$i}&quot;&gt;
        &lt;gold&gt;{string-to-codepoints($node1)}&lt;/gold&gt;
        &lt;actual&gt;{string-to-codepoints($node2)}&lt;/actual&gt;
       &lt;/difference&gt;  </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16921</commentid>
    <comment_count>2</comment_count>
    <who name="Frans Englich">frans.englich</who>
    <bug_when>2007-10-01 10:06:12 +0000</bug_when>
    <thetext>Yes, on my todo since the fix was in :)

*** This bug has been marked as a duplicate of bug 4956 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>