Matthias Truxa replied to VMI
09-Feb-10 09:52 AM
hi vmi,
you could use the System.Xml.XmlDocument class, simply make a new instance
and use the LoadXml-Method (does not properly load string with encoding
markers).
You could also use the .NET 3.5 System.Xml.Linq.XElement.
There are several utility classes to read from strings and streams and vice
versa, e.g. System.IO.StringReader & StreamReader, which are derived from
TextReader.
You need to experiment a little and look at their constructors to find what
you need, or you have to post exactly what you want and (hopefully) find
someone to complete the code.
Regards,
Matt