Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x-stream/mxparser
Fork of Xpp3 Parser
https://github.com/x-stream/mxparser
Last synced: 5 days ago
JSON representation
Fork of Xpp3 Parser
- Host: GitHub
- URL: https://github.com/x-stream/mxparser
- Owner: x-stream
- License: other
- Created: 2020-12-16T00:08:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T00:16:34.000Z (8 months ago)
- Last Synced: 2024-05-09T16:35:45.105Z (6 months ago)
- Language: Java
- Size: 260 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE.txt
Awesome Lists containing this project
README
[![CI with Maven](https://github.com/x-stream/mxparser/workflows/CI%20with%20Maven/badge.svg)](https://github.com/x-stream/mxparser/actions?query=workflow%3A%22CI+with+Maven%22)
----
# MXParser
MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork. It is an
implementation of the XMLPULL V1 API (parser only).Xpp3 was once provided by the Extreme! Lab, Indiana University. However, the project's website, repository and
documentation have been vanished from their servers long ago. Although the original author did setup in the meanwhile
repositories at GitHub, he is no longer responding and maintained forks cannot publish their versions to Maven Central
using the existing Maven coordinates.Xpp3 has been the default parser for XStream since beginning and due to some special behavior it cannot be simply
changed due to compatibility issues. Several bugs have been fixed with the fork, some of them had been reported more
than a decade ago.## Binaries
The resulting Java library is available at Maven Central:
io.github.x-stream:mxparser## Documentation
Documentation can also be found at [GitHub](http://x-stream.github.io/mxparser).
This includes:
* JavaDoc
* Change log