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
- Host: GitHub
- URL: https://github.com/jesperancinha/xml-adder
- Owner: jesperancinha
- License: apache-2.0
- Created: 2016-02-16T06:46:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T08:26:00.000Z (7 months ago)
- Last Synced: 2025-03-09T09:24:28.861Z (7 months ago)
- Language: Kotlin
- Size: 363 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# xml-adder
---
[](https://github.com/jesperancinha/xml-adder)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/jesperancinha/xml-adder/actions/workflows/xml-adder.yml)
[](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)
[](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)
[](https://coveralls.io/github/jesperancinha/xml-adder?branch=master)
[](https://codecov.io/gh/jesperancinha/xml-adder)[](#)
[](#)
[](#)---
### 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
```bashgradle idea
gradle cleanIdea
gradle test
./gradlew test
```
## About me
[](https://github.com/jesperancinha)