Hi, can anyone help me to parse a XML please?
What I want to do is to create a workflow to remove all the permissions on the list using the WebService call. At this moment I can get the results in this form:
<Member ID="4" /><Member ID="40" /><Member ID="45" /><Member ID="48" />
I also have ready another piece of workflow which does accept input parametrs in this form: 4;40;45;48. This way I can remove permissions using another WebService call.
So please help me to transform initial piece of XML to the desired format shown above. I believe it is very simple for dev's.
THX.