Last Version

Damn Simple XML 0.10.0

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 serializer that is compatible with the DataContractSerializer from Microsoft. 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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.formix
ArtifactId

ArtifactId

dsx
Version

Version

0.10.0
Type

Type

jar
Description

Description

Damn Simple XML
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 serializer that is compatible with the DataContractSerializer from Microsoft. 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.
Project URL

Project URL

http://formix.github.io/dsx/
Source Code Management

Source Code Management

https://github.com/formix/dsx.git

Download dsx 0.10.0


<!-- https://jarcasting.com/artifacts/org.formix/dsx/ -->
<dependency>
    <groupId>org.formix</groupId>
    <artifactId>dsx</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.formix/dsx/
implementation 'org.formix:dsx:0.10.0'
// https://jarcasting.com/artifacts/org.formix/dsx/
implementation ("org.formix:dsx:0.10.0")
'org.formix:dsx:jar:0.10.0'
<dependency org="org.formix" name="dsx" rev="0.10.0">
  <artifact name="dsx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.formix', module='dsx', version='0.10.0')
)
libraryDependencies += "org.formix" % "dsx" % "0.10.0"
[org.formix/dsx "0.10.0"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.6
commons-lang : commons-lang jar 2.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.