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 |
---|---|---|---|---|---|
Printed | Page 5 computer output, 5th line from end |
"<email>meowmeow@augh.org</email>" |
Anonymous | ||
Printed | Page 5 1st code segment, line 10 |
<email>i-like-cheese@jmac.org</email> |
Anonymous | Jul 01, 2004 | |
Printed | Page 6 Paragraph starting with "In the Perl world" |
"through the use pragma" NOW READS "through a use |
Anonymous | Jul 01, 2004 | |
Printed | Page 21 Paragraph starting with :Finally" |
"�DC;" HAS BEEN CHANGED to "Ü" |
Anonymous | Jul 01, 2004 | |
Printed | Page 23 1st paragraph |
"The answer is: declare the decoding in the XML declaration." |
Anonymous | Jul 01, 2004 | |
Printed | Page 24 1st sentence |
Spurious "hackers" HAS BEEN DELETED. |
Anonymous | Jul 01, 2004 | |
Printed | Page 29 4th paragraph, lines 3,5 |
max-inclusive NOW READS maxExclusive |
Anonymous | Jul 01, 2004 | |
Printed | Page 32 Step 7 of tranformation list |
<xsl:apply-tempaltes/> |
Anonymous | Jul 01, 2004 | |
Printed | Page 38 Example 3-1 |
The regexes in the example use "/^&..." instead of the correct |
Anonymous | ||
Printed | Page 44 Example 3-2, print statements on lines 12 and 14 |
NOW READ: |
Anonymous | Jul 01, 2004 | |
Printed | Page 52 IN PRINT: Second paragraph, last sentence |
"...thinking in standards-complaint ways." |
Anonymous | Jul 01, 2004 | |
Printed | Page 53 First example (top of page) |
return unless ($node->nodeType eq &XML_ELEMENT_NODE); |
Anonymous | Jul 01, 2004 | |
Printed | Page 53 code example in sub{} at top of page |
I could not get Example 3-6 to work unless I changed the "return" line |
Anonymous | Jul 01, 2004 | |
Printed | Page 59 Second row of table, first column |
$endoding |
Anonymous | Jul 01, 2004 | |
Printed | Page 59 2nd paragraph |
"You can, however, ... to come through dateattributes..." |
Anonymous | Jul 01, 2004 | |
Printed | Page 60 example 3-10, line 2 |
my $writer = new XML::Writer( OUTPUT =$output ); |
Anonymous | Jul 01, 2004 | |
Printed | Page 66 Code snippet in the middle |
The comment in line 2 of the code snippet previously wrapped into line 3 |
Anonymous | Jul 01, 2004 | |
Printed | Page 67 Example 3-12 code |
Line 9 of the code is missing the trailing semicolon. It should be: |
Anonymous | ||
Printed | Page 67 1st paragraph |
"...(inlcuding Mac OS X)..." NOW READS "...(including Max OS X)..." |
Anonymous | Jul 01, 2004 | |
Printed | Page 68 Paragraph starting "Unicode" |
"first two bits" NOW READS "first two bytes" |
Anonymous | Jul 01, 2004 | |
Printed | Page 68 Footnote |
"identify the document at UTF-8" |
Anonymous | Jul 01, 2004 | |
Printed | Page 87 2nd Paragraph, the sentence, |
"The program preserves the document prolog, processing instructions, |
Anonymous | Jul 01, 2004 | |
Printed | Page 95 second line from bottom |
The line "Use of uninitialized value in print at conv line 39." |
Anonymous | ||
Printed | Page 97 characters handler method |
$self->in_element( h1 ) NOW READS $self->in_element('h1') |
Anonymous | Jul 01, 2004 | |
Printed | Page 109 Snippet of XML at the top |
There are no slashes in the closing tags: |
Anonymous | ||
Printed | Page 112 three times on page 112 and 113 |
Three instances of "Makefile.PM" NOW READ "Makefile.PL". |
Anonymous | Jul 01, 2004 | |
Printed | Page 125 within the code sample |
my package XML::Parser is current as of 6/26/2002 and I installed |
Anonymous | ||
Printed | Page 140 2nd code example |
When the code example calls the purge_nselems subroutine, the ampersand |
Anonymous | ||
Printed | Page 155 Example 8-10, 4th paragraph, line 2 |
foreach my $file ( @source_files ) { |
Anonymous |