Need to know the quickest way to parse an xml that looks similar:
<DocumentRequest>
<RequestDateTime>2000-01-10T04:00:00</RequestDateTime>
<Unit>CHECK</Unit>
<Doc>YOU_PAY_ME</Doc>
<Version>1</Version>
<Batched>Y</Batched>
<Counter>10559</Counter>
<Total>1000</Total>
</DocumentRequest>
the file then repeats the pattern several times.
I'm looking for a way to import the xml from a folder and then parsing the data into a nice data table.