Grammatical erratum in XPath spec

Section 4.2 says,

The string-length returns the number of characters in the string (see 
[3.6 Strings]). If the argument is omitted, it defaults to the context 
node converted to a string, in other words the string-value of the 
context node.

That should be

The string-length function returns the number of characters in the 
string (see [3.6 Strings]). If the argument is omitted, it defaults to 
the context node converted to a string, in other words the string-value 
of the context node.

i.e. add the word "function"

-- 
Elliotte Rusty Harold  elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim

Received on Wednesday, 22 June 2005 16:28:48 UTC