Andrew Dunstan <[email protected]> writes:
> On 2026-07-17 Fr 10:38 AM, Tom Lane wrote:
>> Yeah. It's annoying as heck, because they deprecated that without
>> providing an adequate replacement. The replacement is claimed to
>> be "Use the modern options API with XML_PARSE_NOBLANKS", but there
>> is no direct equivalent to xmlParseBalancedChunkMemory that takes
>> an options argument.
> I think we can probably use xmlParseInNodeContext(), which does take an
> options argument. Did you look at that?
Hmm ... I think I was confused by the fact that it takes "const char
*data" not "const xmlChar *string". On further research, those are
more equivalent than I'd thought. So maybe it'll work.
regards, tom lane