I have a formatted XML file, and I want to convert it to one line string, how can I do that.
Sample xml:
Run it through an XSLT identity transform with and
It will remove any of the non-significant whitespace and produce the expected output that you posted.