.NET and XML by Niel M. Bornstein 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 March 26, 2004. UNCONFIRMED errors and comments from readers: {23} Example 2-2; Need "using System.Text;" for StringBuilder [31] Example 2.4; XmlReader reader = new XmlTextReader(url); should read: XmlReader reader = new XmlTextReader(new StringReader(url));