Commit 7cc619d568a378b50722c4528443cd9c8f7a7715

Nick Wellnhofer 2024-07-02T19:22:32

save: Implement save options for indenting Implement XML_SAVE_NO_INDENT to disable and XML_SAVE_INDENT to enable indenting regardless of the global xmlIndentTreeOutput. Implement XML_SAVE_EMPTY to enable empty tags regardless of the global xmlSaveNoEmptyTags. See #736.