It should be simple, but i'm having trouble reading in a simple xml file into a list of strings. Sample xml file is below:
<?xml version="1.0" encoding="utf-8" ?>
<directorylist>
<dir>c:\TEST1\</dir>
<dir>c:\TEST2\</dir>
</directorylist>
I want to read into a LIst. Can you recommend the best way to read/write.
Thnx