Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 22
Second code example

In the "Examples" section on page 22, the first line of the first code snippet is
this:

var SnapFoo = document.evaluate(//*[@class='foo']",

That snippet is missing a leading double quotation mark. Here's what it should be:

var SnapFoo = document.evaluate("//*[@class='foo']",

Anonymous 


"...not often do I run across a book that ends up changing the way I view the basic technology I touch every day...Bottom line... I'm hooked. "
--Thomas Duff, Duffbert's Random Musings