Is there a c xml parser that does not allocate any memory and just returns ptr and size in original buffer (aka token parser)?
I'm trying out libxml2 and I was trying but it does allocate every string. To me when I want to deserialize values I don't want to dup them.