show / hide menu

Demo Project using XML Activities

Below, you will find the video link of a demo about these activities to understand them in a better manner. We will create a sample XML file within Genie Studio. Next, we will read the XML file which will then be assigned to a string variable. We will convert the string variable to a XML Document using the XML deserialize activity. Then, we can display the values of the different properties available in the XML file in a message box.

We will create a sample XML using the XML creator activity. We will replace the value of a particular property with a variable. Then, we will use the XML serialize activity to convert it from XML Document to a String variable. Finally, we will write the String variable to a text file.

Activities Used“Read Text File, XML Deserialize, XML Creator, XML Serialize, Write Text File, Message Box”
Video Link https://www.youtube.com/watch?v=c7dVxZKhWbQ&list=PLwFA5laAhcEJ7sVztHRNXDdXffy2odMvv&index=22