mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
xml: add huge_tree option to support large XML files (#11940)
* 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
This commit is contained in:
2
changelogs/fragments/11940-xml-huge-tree.yml
Normal file
2
changelogs/fragments/11940-xml-huge-tree.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- xml - add ``huge_tree`` option to support processing of very large XML files (https://github.com/ansible-collections/community.general/issues/4897, https://github.com/ansible-collections/community.general/pull/11940).
|
||||
Reference in New Issue
Block a user