- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 13 May 2005 21:28:58 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1423 Summary: [FO] Editorial: Wrong example results due to whitespace in results Product: XPath / XQuery / XSLT Version: Last Call drafts Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Functions and Operators AssignedTo: ashok.malhotra@oracle.com ReportedBy: mrys@microsoft.com QAContact: public-qt-comments@w3.org Many function results seem to have spurious spaces after and before the " delimiting the string results (This was not the case in earlier drafts). For example, one example says: - fn:normalize-space(()) returns " ". instead of - fn:normalize-space(()) returns "". and - fn:substring-before ( "tattoo", "attoo") returns " t ". (should be "t") - fn:substring-before ( "tattoo", "tatto") returns " ". ("") - fn:substring-before ((), ()) returns " ". ("") There are many more. Please fix the underlying problem (stylesheet?).
Received on Friday, 13 May 2005 21:29:01 UTC