mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
* feat(xml): add huge_tree option to support large XML files Add the huge_tree parameter (bool, default false) which passes huge_tree=True to lxml's XMLParser, disabling libxml2's internal size restrictions on text nodes and document depth. Fixes #4897 * fix(xml): add changelog fragment for PR 11940