7digital / SevenDigital.Api.Wrapper

A fluent c# wrapper for the 7digital API
MIT License
16 stars 29 forks source link

The XML Declaration is optional #189

Closed AnthonySteele closed 10 years ago

AnthonySteele commented 10 years ago

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.