This has been raised before, but the wrapper cannot deserialise xml unless it starts with the magic string <?xml. This declaration is optional - See here.
So in the interest of flexibility the wrapper should probably not require it. We will still prefer it.
This has been raised before, but the wrapper cannot deserialise xml unless it starts with the magic string
<?xml
. This declaration is optional - See here.So in the interest of flexibility the wrapper should probably not require it. We will still prefer it.