Hello I have an Xelement which looks like this:
dim elementfromwebservice as xelement=
<companies>
<address idstring=xxxx hasorder=xxxx </address>
<address idstring=xxxx hasorder=xxxx </address>
<address idstring=xxxx hasorder=xxxx </address>
</companies>
and I have which List which holds IDs here pseudosyntax:
dim listofid as (List of String) = new list(of string)
I want update all address.@hasorders attributes of elementfromwebservice where idstring is in listofid
I hope you can help
Chers steven