- From: <Svgdeveloper@aol.com>
- Date: Thu, 21 Mar 2002 16:26:16 -0500 (EST)
- To: www-xpath-comments@w3.org
It seems to me that the following bullet point for the substring() function
is incorrect:
substring("12345", 0, 3) returns "12"
Shouldn't it read
substring("12345", 0, 3) returns "123"?
Andrew Watt
Received on Friday, 22 March 2002 04:09:46 UTC