Thomas Bosscher
2004-05-11 18:50:43 UTC
Does anyone have an example of how to retrieve data from an XML file using
VBScript?
I would like to map a set of network drives in which the data fro the drive
mappings are located in an xml file like the one below:
<MapDrives>
<DriveMapping name="NetworkShare">
<Description>Network Share</Description>
<Drive>K:</Drive>
<Share>\\SERVER\Share\</Share>
<Group>Group_All</Group>
</DriveMapping>
<DriveMapping name="AppsShare">
<Description>Network Share</Description>
<Drive>L:</Drive>
<Share>\\Server\Apps\</Share>
<Group>Group_All</Group>
</DriveMapping>
</MapDrives>
Thanks for any direction in advance. I have been searching for an example
online with no luck.
Tom
VBScript?
I would like to map a set of network drives in which the data fro the drive
mappings are located in an xml file like the one below:
<MapDrives>
<DriveMapping name="NetworkShare">
<Description>Network Share</Description>
<Drive>K:</Drive>
<Share>\\SERVER\Share\</Share>
<Group>Group_All</Group>
</DriveMapping>
<DriveMapping name="AppsShare">
<Description>Network Share</Description>
<Drive>L:</Drive>
<Share>\\Server\Apps\</Share>
<Group>Group_All</Group>
</DriveMapping>
</MapDrives>
Thanks for any direction in advance. I have been searching for an example
online with no luck.
Tom