Is there an easy way to create a folder structure output from an XML input. Below is a sample of the XML input I am trying to parse:
<file name="tmpFile1" path="{{Base}}\folder1\V1\Samples\DotNet\C#\VS2005\tmpFolder1" />
<file name="tmpFile2" path="{{Base}}\folder1\V2\Samples\DotNet\C#\VS2005\tmpFolder2" />
Hoping I can get an output like with Windows Folders (with Base=C:):
Any ideas here?