Commit 966f5ebd77cb1084195a97b509be648691cc53df

Nick Wellnhofer 2022-10-23T14:14:39

xinclude: Remove inefficient refcounting scheme xinclude.c used to implement a refcounting mechanism for documents which could result in documents being freed too early and reloaded. We really should keep parsed and processed documents around for as long as possible to avoid reprocessing.