An open API service indexing awesome lists of open source software.

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

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

[...]

```