Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cartermckinnon/decentxml
A fork of https://code.google.com/archive/p/decentxml/.
https://github.com/cartermckinnon/decentxml
Last synced: 18 days ago
JSON representation
A fork of https://code.google.com/archive/p/decentxml/.
- Host: GitHub
- URL: https://github.com/cartermckinnon/decentxml
- Owner: cartermckinnon
- License: bsd-3-clause
- Created: 2021-03-14T13:30:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T10:35:27.000Z (over 3 years ago)
- Last Synced: 2023-03-11T01:11:31.947Z (over 1 year ago)
- Language: Java
- Size: 524 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
Since there wasn't a decent XML parser, I've started writing one myself. Main
features:* Allows 100% round-tripping, even for weird whitespace between attributes
in the start tag or in the end tag
* Suitable for building editors and filters which want/need to preserve
the original file layout as much as possible
* Error messages have line and column information
* Easy to reuse individual components
* XML 1.0 compatibleNeeds Java 5 or better.