If I have an existing XML document like this, and running some transformations the XML header in the first line will be removed. ``` <?xml version="1.0" encoding="utf-8"?> <foo> </foo> ``` Is there a way to have the XML header preserved?