https://github.com/formix/dsx
Original Damn Simple Xml implementation for Java
https://github.com/formix/dsx
Last synced: about 2 months ago
JSON representation
Original Damn Simple Xml implementation for Java
- Host: GitHub
- URL: https://github.com/formix/dsx
- Owner: formix
- License: apache-2.0
- Created: 2015-06-29T17:52:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T19:35:12.000Z (almost 11 years ago)
- Last Synced: 2025-01-18T04:26:45.360Z (over 1 year ago)
- Language: Java
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dsx (Damn Simple Xml for Java)
This library leverage method chaining. It is not compliant with the
Java XML Standard API. It contains a serializer compatible with
Microsoft XmlSerializer input/output XML format. It contains another
Microsoft compatible serializer that behave like the
DataContractSerializer class. Along with the basic soap package provided,
it becomes easy to do raw SOAP calls to any SOAP Web service. The XmlDocument
class also offer XPath like methods to fetch information from the
underlying XML tree.
Consult the complete api documentation [here](http://formix.github.io/dsx/).
# Installation
Maven dependency:
```xml
org.formix
dsx
0.10.0
[...]
```