Functions§
- build_
disassembled_ file - build_
disassembled_ files_ unified - build_
xml_ string - Build XML string from XmlElement.
- extract_
root_ attributes - Extracts XML attributes from a root element and returns them as a flat map. Handles @-prefixed keys (e.g. @xmlns, @version) and xmlns (default namespace). Converts values to strings for consistent XML output.
- merge_
xml_ elements - Merge multiple XML elements into one.
- reorder_
root_ keys - Reorder the root element’s child keys to match the given order.
Keys not in
key_orderare appended at the end.