|
-
Nov 6th, 2002, 11:11 AM
#1
Thread Starter
Junior Member
Need to get value of XML Attribute in VB 6
Hi
I have the following snippet of XML code. I need to get ahold of the attribute value for AddressStateTC. How do I do this in VB6. I know how to get a hold of all of the element values but the attribute value is eluding me.
Thanks In Advance
- <Address>
<AddressKey>1</AddressKey>
<AddressTypeCode tc="901">MAILING</AddressTypeCode>
<Line1>1 Baghdad Road</Line1>
<City>Paris</City>
<AddressState>France</AddressState>
<AddressStateTC tc="799" />
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|