- From: Kay, Michael <Michael.Kay@softwareag.com>
 - Date: Mon, 30 Jun 2003 19:03:10 +0200
 - To: Stephen Buxton <stephen.buxton@oracle.com>, public-qt-comments@w3.org
 
Received on Monday, 30 June 2003 13:03:16 UTC
There is also a backwards compatibility issue in this area which the XSL WG
noted in its review.
-----Original Message-----
From: Stephen Buxton [mailto:stephen.buxton@oracle.com] 
Sent: 30 June 2003 15:57
To: public-qt-comments@w3.org
Subject: ORA-FO-TRANSLATE 7.4.14: fn:translate
Functions and Operators, Section 7.4.14: fn:translate <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 13:03:16 UTC