XML in a Nutshell, 2nd Edition by Elliotte Rusty Harold, W. Scott Means The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated December 16, 2003. UNCONFIRMED errors and comments from readers: (82) See http://www.cafeconleche.org/books/xian2/corrections/05.html There needs to be an accent mark over the omega. (257) on top; shouldnt it be: instead of: (257) validating example The command - % java dom.DOMWriter -V -S addressdoc.xml in recent versions of the Xerces parser (2.6.0) this became: % java dom.Writer -V -S addressdoc.xml {274} Example 16-9; The element declared in Example 16-9 is "letter", not "body" - as opposed to the describing text below. {322} step 21; Closing " missing in "assignment {326} Center ; Chapter number has changed due to the new edition: in the code in the middle of the page Example 18-2 is processed, which is now Example 19-2 as announced in the text before. {353} 3rd section "Empty-Element Tags"; In the first syntax start tag and end tag don't correspond. [422] node() list item in the upper half of the page; should be: node() This node test selects all nodes except attribute nodes and root node.