Hi Ravi,
This error is due to the space is not provided in between the version and encoding of XML declaration.
It must be this way - <?xml version="1.0" encoding="UTF-8"?>
But you might have removed the space by mistake and given it this way -
<?xml version="1.0"encoding="UTF-8"?>
Can you also attach the complete XML?
Regards,
Nitin