Why is a comma used after the period in certain XPath expressions? Here is an example:
Set nlist = doc.selectNodes("//book/author/first-name[starts-with(.,'M')]")
I tried to search for this with Google, but the literal ""
operators don't seem to like periods or commas.