- From: Derrick Freedman <djf@decisionsoft.com>
- Date: Tue, 10 Jun 2003 12:15:08 +0100
- To: public-qt-comments@w3.org
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