[Bug 5668] [FO] Extra spaces in fn:normalize-space, fn:concat, fn:replace examples

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

           Summary: [FO] Extra spaces in fn:normalize-space, fn:concat,
                    fn:replace examples
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
               URL: http://www.w3.org/TR/xquery-operators/#func-normalize-
                    space
        OS/Version: Windows XP
            Status: NEW
          Keywords: editorial
          Severity: trivial
          Priority: P2
         Component: Functions and Operators
        AssignedTo: mike@saxonica.com
        ReportedBy: zongaro@ca.ibm.com
         QAContact: public-qt-comments@w3.org


As with string-join (bug 5597), the result shown for the first example of
fn:normalize-space in section 7.4.5.1 contains extraneous space characters: 
the result given is " The wealthy curled darlings of our nation. " but should
be "The wealthy curled darlings of our nation."

In addition, the same mark-up problem occurs in section 7.4.1.1 in the second
and last examples for fn:concat, and in section 7.6.3.1 in the seventh, eighth
and ninth (the last three) examples for fn:replace, though in these examples
the problem is much less likely to cause confusion.

Received on Tuesday, 29 April 2008 13:29:14 UTC