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:
- 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.
- 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.