[Bug 5088] fn-doc-23

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5088





------- Comment #1 from mike@saxonica.com  2007-09-29 18:56 -------
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('TestSources/complexWhitespace.xml'),
    $doc1 :=
doc('ExpectedTestResults/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-23.txt'),
    $doc2 :=
doc('ActualResults/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-23.out')
for $node1 at $i in $doc1//textNode,
    $node2 in ($doc2//textNode)[$i]
where $node1 ne $node2
return <difference node="{$i}">
        <gold>{string-to-codepoints($node1)}</gold>
        <actual>{string-to-codepoints($node2)}</actual>
       </difference>  

Received on Saturday, 29 September 2007 18:56:18 UTC