- From: Stephen Buxton <stephen.buxton@oracle.com>
- Date: Mon, 30 Jun 2003 07:56:35 -0700
- To: public-qt-comments@w3.org
Received on Monday, 30 June 2003 11:00:18 UTC
*Functions and Operators, Section 7.4.14: fn:translate* says that the
result is the empty sequence if $transstring or $mapstring is the empty
sequence. This is not intuitive.
If $mapstring is the empty sequence, then the result should be $srcval.
If $transstring is the empty sequence, then the result should be
either
$srcval
or
$srcval minus the characters in $mapstring
[either definition would make sense].
Received on Monday, 30 June 2003 11:00:18 UTC