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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.formix
ArtifactId

ArtifactId

dsx
Last Version

Last Version

0.10.0
Release Date

Release Date

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

How to add to project

<!-- 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.

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.

Installation

Maven dependency:

<dependencies>
	<dependency>
		<groupId>org.formix</groupId>
		<artifactId>dsx</artifactId>
		<version>0.10.0</version>
	</dependency>
	[...]
</dependencies>

Versions

Version
0.10.0