On Sat Oct 26 22:21:59 2024 +0000, Alfred Agrell wrote:
xmlSaveSetIndentString is not deprecated in libxml 2.12.8 (the one we're currently using), but it is deprecated in current libxml master. https://gitlab.gnome.org/GNOME/libxml2/-/commit/592546267fdde8ed57be99e168be... Looks like you could call xmlSaveTree instead of xmlNodeDumpOutput, but that is a little more typing. Feel free to ask about it if you want a second opinion.
No, `xmlSaveSetIndentString` is not deprecated in current master, it doesn't occur in the commit you linked either.