- From: Sarah Wilkin <swilkin@apple.com>
- Date: Wed, 14 Jan 2004 14:46:31 -0800
- To: public-qt-comments@w3.org
In 7.4.1.1 (concat), the second example is:
fn:concat('Thy ', (), 'old ', "groans ", "", ' ring', ' yet', ' in', '
my', ' ancient',' ears.') returns " Thy old groans ring yet in my
ancient ears. ".
There is a clearly a space after "groans" and before "ring", but only
one space appears between "groans" and "ring" in the output string.
Either there should be two spaces or one should be removed from the
input.
--Sarah
Received on Wednesday, 14 January 2004 17:46:21 UTC