<watchFolders>
..........<folder path="C:\test"/>
..........<folder path="C:\New Folder"/>
</watchFolders>

if that is my xml file

and i say
dim dataset as new dataset()
dataset.readxml("c:\xmlFile.xml"

what is the structure of the data in the dataset?
for example, what kind of tables, columns or rows does it create?