[F&O] 7.4.9 fn:substring-after (Editorial Error)

I just noticed what i believe is an error in the second example of the 
substring-after function

The function is defined such that:
If the value of |$operand2| is the zero-length string, then the function 
returns the value of |$operand1|.

Yet the example claims:
|fn:substring-after("abcd","")| returns |""

whereas it should return "abcd"

cheers,
Derrick
|

Received on Tuesday, 10 June 2003 08:04:31 UTC