Hi,
I'd like to generate and parse XML strings in C Unicode, in an alike-manner than in C#.
What would you recommend as an available and performant library, to provide: conformance to the XML latest standard versions (input/output compatibility), serialization/deserialization, reasonable memory allocation. Neither more, but nor less.
Many thanks!