XML I/O

The XML I/O commands allow you to read and write XML data. There is only one choice for reading XML data. There are two choices for writing XML data. For simple records, you can use one inclusive command that includes writing the start-of-record tag, the data, and the end-of-record tag. However, for more complex records that include nested data, you need to use two separate commands. The first command writes the start-of-record tag and the data; the second command writes the end-of-record tag. In addition, there is a special write XML command that allows you to write processing instructions, doctypes, comments, etc. (for example, the preamble)

For the Write XML Text rule command, the window displays as shown below: