Alex Allen
Alex Allen
@MaxDesiatov I could be reading it wrong, but that feels like a separate use case to me. In my case, I never want the XML to end up in a...
Thats good to know, thanks. I was hoping in the XML case at least that I could detect a Extension element and then serialize to string from there. I'd expect...
Thanks. Sounds like I will just need to pre-process the XML on the client side and wrap the internals of the Extension tags in CDATA to allow me to extra...