No complicated mapping or XSLT required here… Just perform a simple plain text search&replace operation and replace all occurrences of , with , . (And delete the , around the document.) This should be the easiest and fastest way…
By the way: if you really do a transformation like indicated by your first post, the resulting output document will be invalid…: an XML document must have exactly one root, not 0…n