Nintex Connect

The Official Community Site for Nintex Software Products, including Nintex Workflow 2007, 2010 and 2013; Nintex Workflow for Project Server 2010; Nintex Reporting 2008 and Nintex Analytics 2010; Nintex Forms 2010; Nintex Live and Nintex SmartLibrary.
Welcome to Nintex Connect Sign in | Join | Help
in Search

XML format help

Last post 04-28-2011, 7:26 AM by jakub@jakuburban.cz. 1 replies.
Sort Posts: Previous Next
  •  04-27-2011, 6:51 PM 16725

    XML format help

    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.

  •  04-28-2011, 7:26 AM 16728 in reply to 16725

    Re: XML format help

    Ok, I've solved my question..

    The steps was to add XPath query /Member/@ID and next to store results to the collection! This way you will have values separated by semicolon in the collection.

    So now I can use my workflow to remove all the permissions on the list. So removing about 1000 items is not so annoying clicking action as it was until now because of 100 items limit you can manipulate at a time.

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems