how large is the xml stream you got? it is difficult to imagine that creating the xml doc object would be slow. have you tried xmldoc.loadxml()? it reads the string directly.
On Thu, Apr 9, 2009 at 10:03 AM, JeffNielson <[email protected]> wrote: > > It seems to be in the stream reader but I don't know how to isolate > the issue being with the streamreader or the .ReadToEnd > -- Best Regards, David Shen
