Hi all,
I have xml which looks something like this:
<segment>
<hit desc="a,b,c,d,e " />
</segment>
how can I make it display like this:
a b c d e
Thanks
I have xml which looks something like this:
<segment>
<hit desc="a,b,c,d,e " />
</segment>
how can I make it display like this:
a b c d e
Thanks
Comment