Hello samjudson, thanks you for the reply. The output I want is a table to display the tag name in column 1 and tag value in column 2.
Sample XML:
<?xml version="1.0"?>
<name>AayushN</name>
<email>
[email protected]</email>
<ABC-question-1>my answer</ABC-question-1>
<ABC-question-2>my answer 2</ABC-question-2>
<dob>00000000</dob>
<ABC-question-3>my answer 3</ABC-question-3>
<alias-name>noName</alias-name>
Output something like:
*****table*********
Column 1 | Column 2
ABC-question-1 | my answer
ABC-question-2 | my answer 2
ABC-question-3 | my answer 3
Output must only contain the ABC prefix tags and it's values only.