Hi I have an element
<PostList>450 400 600 700 900 299</PosList>

I want to transform it to
<Coord>450,400 600,700 900,299</Coord> i.e. add comma between the x,y coordinates

Any suggestions?

Many Thanks