For XML processing, take a look at the classes provided in the 'System.Xml'
namespace. For parsing the text file, you can use methods of the
'System.Text' namespace, for example.
If you have the source to listdlls, it might be easiest to have it create an
XML file using an XmlWriter as Cor suggests. I would modify listdlls such
that it could create either the text file it currently is or an XML file...
If you do not have the source to listdlls, then depending on what I wanted
to do with the XML I would consider creating a custom XmlReader as described
in this article:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.