https://github.com/psilvautomata/xml_merger
Python code to merge XML documents.
https://github.com/psilvautomata/xml_merger
elementree elementreee-xml python xml
Last synced: over 1 year ago
JSON representation
Python code to merge XML documents.
- Host: GitHub
- URL: https://github.com/psilvautomata/xml_merger
- Owner: psilvautomata
- Created: 2023-09-13T11:59:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:31:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T12:30:52.967Z (over 1 year ago)
- Topics: elementree, elementreee-xml, python, xml
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# $XML$ $Merger$
This repository hosts a code using ElementTree and os Python's Library to merge multiple XML trees into one.
⚠️ Important ⚠️
The XML tree must be the same for each file that you want to merge, otherwise the code will return an invalid file that doesn't work.