Hello I'm trying it again, becouse I can't find an answer to my question...
I have this XML input
<Name> Name1, Name2</Name>
And in XML output I need to get this
<NameOfFirstOne>Name1 </NameOfFirstOne>
<NameOfSecondOne>Name2 </NameOfSecondOne>
But if I do value of I always get both names, but I just need one. So what can I do with it?