Programming Web Services with Perl by Randy J. Ray, Pavel Kulchenko This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated April 2, 2004. 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 Confirmed errors: (21) IN PRINT: "XML::Parser" section, second paragraph, last sentence; "...the parser don't validate..." SHOULD BE: "...the parser doesn't validate..." (23) 2nd paragraph, 2nd bullet point; "XML Schema don't" should read "XML Schema doesn't" Download (untitled) (26) IN PRINT: Last paragraph, second sentence; "...that don't contain a colon..." SHOULD BE: "...that doesn't contain a colon..." (40) 3rd paragraph, line -2; now says - XML-RP should say - XML-RPC (42) IN PRINT: Second paragraph, second sentence; "...from Example 3-4 and Example 3-8..." SHOULD BE: "...from Example 3-4 and Example 3-5..." {172} IN PRINT: Example 8-8, tenth line; my $endpoint = sprintf("maito... SHOULD BE: my $endpoint = sprintf("mailto... (213) IN PRINT: Next-to-last paragraph, fourth sentence; "...as thought they are..." SHOULD BE: "...as though they are..." (215) IN PRINT: "BusinessEntity" entry, first sentence; "...is the usually the..." SHOULD BE: "...is usually the..." [232] First code snippet; In the second line of the for loop, the "my $results" should be "my $result"