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

https://github.com/jesperancinha/xml-adder

This is a small program to find specific elements, attributes or nodes defined by a set of xpath instructions to which a set of attributes or nodes can be specified to be automatically added
https://github.com/jesperancinha/xml-adder

Last synced: 26 days ago
JSON representation

This is a small program to find specific elements, attributes or nodes defined by a set of xpath instructions to which a set of attributes or nodes can be specified to be automatically added

Awesome Lists containing this project

README

          

# xml-adder

---

[![Generic badge](https://img.shields.io/static/v1.svg?label=GitHub&message=xml-adder🌿&color=informational)](https://github.com/jesperancinha/xml-adder)

[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)

[![XMLA Build and Report](https://github.com/jesperancinha/xml-adder/actions/workflows/xml-adder.yml/badge.svg)](https://github.com/jesperancinha/xml-adder/actions/workflows/xml-adder.yml)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/03d617aa092f442481c1713c63d9b898)](https://www.codacy.com/gh/jesperancinha/xml-adder/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/xml-adder&utm_campaign=Badge_Grade)

[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/03d617aa092f442481c1713c63d9b898)](https://www.codacy.com/gh/jesperancinha/xml-adder/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/xml-adder&utm_campaign=Badge_Coverage)
[![Coverage Status](https://coveralls.io/repos/github/jesperancinha/xml-adder/badge.svg?branch=master)](https://coveralls.io/github/jesperancinha/xml-adder?branch=master)
[![codecov](https://codecov.io/gh/jesperancinha/xml-adder/branch/master/graph/badge.svg?token=XU7kiGksQt)](https://codecov.io/gh/jesperancinha/xml-adder)

[![GitHub language count](https://img.shields.io/github/languages/count/jesperancinha/xml-adder.svg)](#)
[![GitHub top language](https://img.shields.io/github/languages/top/jesperancinha/xml-adder.svg)](#)
[![GitHub top language](https://img.shields.io/github/languages/code-size/jesperancinha/xml-adder.svg)](#)

---

### Intro

This software is designed to apply modifications to xml files.

### Java Migration

* Please Install SDK Man:

https://sdkman.io/install

* Select Java 11

```bash

sdk use java 11.0.1-open

```

### Running these tests

* Make sure that Intellij or Eclipse have interpreted this code correctly
```bash

gradle idea

gradle cleanIdea

gradle test

./gradlew test

```

## About me

[![GitHub followers](https://img.shields.io/github/followers/jesperancinha.svg?label=Jesperancinha&style=for-the-badge&logo=github&color=grey "GitHub")](https://github.com/jesperancinha)