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>

Recommended Answers

All 3 Replies

ANYONE?

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>

Member Avatar for iamthwee

For the sake of being pedantic, this isn't the VB6 forum...

I added the topic (being a new member unsure of how to use the site), didnt choose a category and it added it to VB.Net! Yes, you're not the only one who didnt expect it to be in this category...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.