Hi,
I have a doubt as if i have a "xml format" text message in my email body then how can i cobert it into an array so that i can fetch each node form it
for example:
my email body containts xml format:
<?xml version="1.0" ?>
<candidate>
<name>Superduper automation</name>
<email>yogesh@gmail.com</email>
<explevel>1</explevel>
<skillset>super automation</skillset>
<track>Tester</track>
</candidate>
like this.
now I want to fetch <name> , <email> etc values seperatly. so how can i do that?
(dont forget that xml code is in my email body part!