Errata for Java and XML
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 "Date 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 Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 166
Top line |
Michael Key
should be
Michael Kay
|
Anonymous |
|
|
| Printed |
Page 275
2nd paragraph |
The text claims that the Filter interface defines a method called "match()". However, the method is in
fact called "matches()", as shown correctly in Example 9-11.
The same typo occurs three times on page 276 as well (1st and 2nd code snippet, NegateFilter
subsection).
|
Anonymous |
|
|
| Printed |
Page 311
Example 11-1 |
second tag:
<lastname>Arbuckle</firstName>
must be:
<lastname>Arbuckle</lastname>
|
Anonymous |
|
|
| Printed |
Page 343
Example 11-12, last line |
The closing tag </jaxb:binding> must actually be </jaxb:bindings>.
|
Anonymous |
|
|
| Printed |
Page 422
Bottom of the page |
The final closing '}' for the function parseBookDoc is missing.
|
Anonymous |
|
|