show / hide menu

Demo Project using XML Activities

The URL of the demo project is given below where users can learn about these activities in a better manner. 

Steps:

  1. First Sequence: 
    • Create a sample XML file within Genie Studio. 
    • Read the XML file and assign its contents to a string variable. 
    • Convert the string variable into an XML Document using the “XML Deserialize” activity. 
    • Display the values of the different properties from the XML file in a message box. 
  2. Second Sequence: 
    • Create a sample XML using the “XML Creator” activity. 
    • Replace the value of a specific property of the XML with a variable. 
    • Convert the XML Document into a string variable using the “XML Serialize” activity. 
    • 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