Finally got to this, it works, thanks Jim and Mr. Bartholomew for your replies.
-----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of JimK Sent: Sunday, June 05, 2005 8:25 PM To: [email protected] Subject: Re: [ADVANCED-DOTNET] instantiating an XmlTextReader from a string XmlTextReader reader = new XmlTextReader(new StringReader(xmlDataInString)); -----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Alex Smotritsky Sent: Sunday, June 05, 2005 7:45 PM To: [email protected] Subject: [ADVANCED-DOTNET] instantiating an XmlTextReader from a string How do I instantiate an XmlTextReader from a string variable I have that contains my entire xml document? =================================== This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
