Hi, Im trying to check a value in an .xml file, the value is 'c:\Temp\MyApp.asmx' but may be different each time so i need to be able to check <WebServiceURL> value and return the value in VB6. Any help or simplified code would be appreciated.
<?xml version="1.0" standalone="yes"?>
<Data>
<Ver>
<Major>1</Major>
</Ver>
<System>
<WebServiceURL>c:\Temp\MyApp.asmx</WebServiceURL>
</System>
</Data>