问题标签 [dicttoxml]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
88 浏览

python - 无法从 xmltodict 的输出转换回 xml

我正在将 xml 文件导入 dict 并进一步将该 dict 转换为 Json。

我有一个应用程序来更改 JSON 文件并将该 json 文件导入 Ordered Dict。之后,我需要将有序 dict 转换回原始 xml 文件格式。

我已经尝试过 dicttoxml 库(参见:https ://pypi.org/project/dicttoxml/ ),但输出格式与原始格式不匹配。

任何人都可以建议任何其他库或任何解决方法吗?

0 投票
0 回答
84 浏览

python - 从 json 转换为 xml 而不在 python 中排序数据?

任何人都知道如何从 json 转换为 xml,但要保持数据的顺序相同(不排序)。我尝试了 Json2xml、dicttoxml 和 dict2xml,但它们都在订购数据。请问我需要帮助,谢谢!例如:从 dict2xml 导入 dict2xml

给出输出: