https://github.com/revelc/xml-formatter
XML formatter for use with net.revelc formatter-maven-plugin
https://github.com/revelc/xml-formatter
formatter hacktoberfest xml
Last synced: about 1 year ago
JSON representation
XML formatter for use with net.revelc formatter-maven-plugin
- Host: GitHub
- URL: https://github.com/revelc/xml-formatter
- Owner: revelc
- License: epl-2.0
- Created: 2019-03-23T17:51:32.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T00:10:48.000Z (over 1 year ago)
- Last Synced: 2025-04-06T23:05:36.549Z (about 1 year ago)
- Topics: formatter, hacktoberfest, xml
- Language: Java
- Homepage:
- Size: 285 KB
- Stars: 8
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xml-formatter
[![mvn verify][ci_img]][ci_link]
[![Maven Central][maven_img]][maven_link]
[![License][license_img]][license_link]
This project provides a library to (re)format your XML files. It is based on
[Eclipse's Ant Formatter][formatter] with some modification and extra features.
It is deigned to be used by revelc's [formatter-maven-plugin] but should be
usable in other contexts.
This software is provided WITHOUT ANY WARRANTY, and is available under the
Eclipse Public License, Version 2. Any code loss caused by using this plugin is
not the responsibility of the author(s). Be sure to use some source repository
management system such as GIT before using this library.
Contributions are welcome.
[ci_img]: https://github.com/revelc/xml-formatter/workflows/mvn%20verify/badge.svg
[ci_link]: https://github.com/revelc/xml-formatter/actions
[formatter-maven-plugin]: https://github.com/revelc/formatter-maven-plugin
[formatter]: https://github.com/eclipse/eclipse.platform/tree/master/ant/org.eclipse.ant.ui/Ant%20Editor/org/eclipse/ant/internal/ui/editor/formatter
[license_img]: https://img.shields.io/badge/license-EPL%202.0-blue.svg
[license_link]: https://github.com/revelc/xml-formatter/blob/main/LICENSE
[maven_img]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code.formatter/xml-formatter/badge.svg
[maven_link]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code.formatter/xml-formatter