The XML input contains an employee resume. You want to write the data to an output text document in the following format:
----------------------------
Jane Palmer
Employee ID 123456
----------------------------
Professional Experience
...
----------------------------
Education
...
Define a
DelimitedSectionsSerializer
with the line of hyphens as its
separator
. Because you want a line of hyphens before each section, set