I am creating XML files to File.applicationStorageDirectory and the file gets created without error.
Unfortunately there is an irregular character at the beginning of the file contents which does not exist in the XML. How can I prevent this ? ò<OpenShipments xmlns="x-schema:OpenShipments.xdr"> should be <OpenShipments xmlns="x-schema:OpenShipments.xdr">

