Erratum substring() function in XPath 1.0?

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