Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xmlmerge

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmlmerge

XMLMerge is simple tool to merge multiple xml files.

  • 1.1.4
  • PyPI
  • Socket score

Maintainers
2

xmlmerge

XMLMerge is simple tool to merge multiple xml files.

How to Install

pip install xmlmerge

Usage

$xmlmerge file1.xml file2.xml > file3.xml
$xmlmerge tests/*.xml > combine.xml

How end file looks like

<products>
    <product id="9999">
        <a>1234</a>
        <b>1234</b>
    </product>
<product id="5678">
        <a>1234</a>
        <b>1234</b>
    </product>
</products>

Contact

Contact Kiran Kumar Kotari kirankotari@live.com with any suggestions or comments. If you find any bugs please fix them and send me a pull request.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc