Errata
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 |
---|---|---|---|---|---|
Page 16 2nd to last bulleted item |
The comma before "eXist" is missplaced: "The XQuery wikibook is an excellent resource for XQuery and ***eXist ,with*** Note from the Author or Editor: |
Joe Wicentowski | Dec 29, 2014 | Mar 06, 2015 | |
Page 32 middle of page |
The URLs on these pages "http://localhost:8080/exist/rest/apps/" may technically work, but really should have a "/db" between "/exist" and "rest/". In other words, the URLs here should be: "http://localhost:8080/exist/rest/db/apps/". The rest of the book is consistently correct in this. The only errors like this are on this page. Note from the Author or Editor: |
Joe Wicentowski | Dec 29, 2014 | Mar 06, 2015 | |
Page 46 2nd to last paragraph |
The sentence in question is: "Using the `/text` function will ensure we get the result as a text node." There should be no slash preceding "text". Also, `text` is not an XQuery/XPath function, but rather a node test. A more accurate description of `text` here would be: Note from the Author or Editor: |
Joe Wicentowski | Dec 29, 2014 | ||
Page 52 3rd bullet point |
"couningt" is misspelled. Should be "counting". Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Page 52 3rd dashed item |
In the sentence: Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Page 53 Inside the "local:word-count" function |
The regular expression used here is "\W+", but on the previous 2 pages, the regular expression used was "\s+". No explanation is provided for the sudden switch from "\W" to "\s". This is confusing. Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Page 59 Example 3-10 |
In the <index> element, the TEI namespace definition is extraneous and should be deleted, since it is not used in any of the child elements of this index definition: Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Page 61 Middle of the page |
The line of code starting, Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Page 78 Figure 4-9 |
In the image, "soylent green" is misspelled as "solent green". The context here is clearly movies. Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | ||
Page 94 Middle of page, section entitled "The doc function" |
Reading this leaves the reader with the erroneous impression that there's no way to tell if a document exists or not. This would have been a good opportunity to briefly introduce the "doc-available" function. See http://www.w3.org/TR/xpath-functions/#func-doc-available. Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | ||
Printed, PDF, ePub | Page 98 2nd half of page |
Really should have an example of a GET request, it would clear up possible confusion as to how to place the parameters - are they part of the URL or part of the httpclient command? Surprising that there is an example of the simpler PUT request and not a GET request. Note from the Author or Editor: |
ihe onwuka | Jan 23, 2015 | |
Page 123 1st paragraph |
"Wicentowski" is misspelled as "Wictenowski". (The t should be moved.) Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Page 232 Numbered item 3 |
"childelement" should be split into two words: "child" and "element" Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Page 272 Line 2 of paragraph 1 |
A space is missing following the close parens: Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | Mar 06, 2015 | |
Printed | Page 274 1st paragraph |
Say "see Accompanying Source Code on page 15" - There is no such section on page 15. Note from the Author or Editor: |
Ihe Onwuka | Jan 22, 2015 | Mar 06, 2015 |
Page 285 Introductory paragraph |
The introduction to Chapter 12 on eXist's full-text indexing facilities should make mention that there is a W3C recommendation for full-text indexing that eXist does *not* implement. See http://www.w3.org/TR/xpath-full-text-10/. It would be worthwhile to add a brief discussion of the unique abilities of eXist's full-text facilities, compared to the W3C standard. (A pros and cons list, perhaps?) Note from the Author or Editor: |
Joe Wicentowski | Dec 31, 2014 | ||
Page 292 1st paragraph of "Lucene's native query syntax" section |
The text says, "Lucene has a native query syntax for defining full-text searches. Its full definition can be found at http://lucene.apache.org/core/3_6_1/queryparsersyntax.html." Note from the Author or Editor: |
Joe Wicentowski | Jan 09, 2015 | Mar 06, 2015 | |
Page 292 Last list item on page |
In "You can also do a proximity searche", "searche" should be corrected to be "search". (Remove the trailing "e".) Note from the Author or Editor: |
Joseph Wicentowski | Jan 09, 2015 | Mar 06, 2015 | |
Page 303 1st paragraph |
In the phrase, "at least one of them is already supported fin the system", "fin" should be corrected to read "in". (Remove "f".) |
Joseph Wicentowski | Jan 09, 2015 | Mar 06, 2015 | |
Printed, PDF | Page 359 middle of page |
Internal link in book was not rendered correctly. The question marks should be replaced with the second code callout icon (and thus refer the reader to code callout #2). |
O'Reilly Media |
Dec 09, 2014 | Dec 09, 2014 |
Page 369 1st paragraph of new section |
"PiotrKaminski" needs a space - should be changed to "Piotr Kaminski" |
Joe Wicentowski | Jan 11, 2015 | Mar 06, 2015 | |
Page 388 2nd sentence of 1st full paragraph |
In the sentence beginning, "The eXist documentation for JMX is itself very reasonable," I would suggest that the word "reasonable" is an odd choice (a slightly overused word in this book, but here it's just not helpful), and would be better replaced by "complete." |
Joe Wicentowski | Jan 11, 2015 | Mar 06, 2015 | |
Page 410 1st paragraph in "eXist AMI" section |
In the sentence, "It is available from the AWS Marketplace free of charge /TBD:", the phrase "/TBD:" should be removed or replaced. Note from the Author or Editor: |
Joe Wicentowski | Jan 11, 2015 | Mar 06, 2015 | |
Page 451 XML sample in middle of page |
Namespace of <collection> element contains a typo: Note from the Author or Editor: |
Joe Wicentowski | Jan 18, 2015 | Mar 06, 2015 | |
Page 491 Final sentence on page |
In the sentence, |
Joe Wicentowski | Jan 18, 2015 | Mar 06, 2015 | |
Page 494 Middle of 1st table |
In the description of "restxqex", "RESTXQ" is misspelled as "RESTQX": Note from the Author or Editor: |
Joe Wicentowski | Jan 18, 2015 | Mar 06, 2015 | |
Page 497 1st paragraph of description of "cache" module |
"sessionwide" should be spelled with a hyphen: "session-wide" Note from the Author or Editor: |
Joe Wicentowski | Jan 18, 2015 | Mar 06, 2015 | |
Printed, PDF, ePub | Page 523 1st full paragraph |
In the sentence, Note from the Author or Editor: |
Joe Wicentowski | Jan 18, 2015 | Mar 06, 2015 |
Page 529 Middle of diagram |
There is a typo in the step: |
Joe Wicentowski | Jan 18, 2015 | Mar 06, 2015 |