RESTful Web Services by Leonard Richardson, Sam Ruby This errata page lists errors corrected in the November 2007 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 February 11, 2008. 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: (125) Example 5-3; [{url="http://maps.example.com/Earth,description="Earth"}, {url="http://maps.example.com/Venus,description="Venus"}, should have quotes after the text of each URL: [{url="http://maps.example.com/Earth",description="Earth"}, {url="http://maps.example.com/Venus",description="Venus"},