https://github.com/kirankotari/xmlmerge
Simple command line XML Merge tool
https://github.com/kirankotari/xmlmerge
xml xml-merge xmlmerge
Last synced: about 1 year ago
JSON representation
Simple command line XML Merge tool
- Host: GitHub
- URL: https://github.com/kirankotari/xmlmerge
- Owner: kirankotari
- License: other
- Created: 2020-09-03T11:52:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T15:45:42.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T11:07:40.703Z (about 1 year ago)
- Topics: xml, xml-merge, xmlmerge
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xmlmerge
XMLMerge is simple tool to merge multiple xml files.
## How to Install
```bash
pip install xmlmerge
```
## Usage
```bash
$xmlmerge file1.xml file2.xml > file3.xml
$xmlmerge tests/*.xml > combine.xml
```
## How end file looks like
```xml
1234
1234
1234
1234
```
## Contact
Contact Kiran Kumar Kotari with any suggestions or comments. If you find any bugs please fix them and send me a pull request.