An open API service indexing awesome lists of open source software.

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

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.