xmlutils

A toolkit useful for working with XML documents

License

License

GroupId

GroupId

de.uni-rostock.sbi
ArtifactId

ArtifactId

xmlutils
Last Version

Last Version

0.6.16
Release Date

Release Date

Type

Type

jar
Description

Description

xmlutils
A toolkit useful for working with XML documents
Project URL

Project URL

http://sems.uni-rostock.de/
Project Organization

Project Organization

SEMS project @ University of Rostock
Source Code Management

Source Code Management

https://github.com/binfalse/XMLUtils

Download xmlutils

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
de.binfalse : BFLog jar 1.3.7
de.binfalse : BFUtils jar [0.5.8,)
org.jdom : jdom2 jar 2.0.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

XMLutils

The XMLutils provide advanced treatments for XML documents. For instance, they compute weights and signatures for subtress and you can easily print and format XML documents.

The XMLutils were developed as a module for the bives logo BiVeS library, which is able to detect differences between two versions of a computational model and to communicate these changes. Thus, the XMLutils implement special techniques necessary to compare XML documents.

The Algorithm implemented in BiVeS was published as

Martin Scharm, Olaf Wolkenhauer, Dagmar Waltemath: An algorithm to detect and communicate the differences in computational models describing biological systems. Bioinformatics 32 (4): 563-570;

More documentation on the XMLutils can be found and the GitHub pages of the SEMS project.

BiVeS consists of several modules

bives modules

BiVeS itself consists of a number of modules:

  • xmlutils is a library for advanced XML handling
  • jCOMODI provides programmatic access to the COMODI ontology
  • BiVeS-Core is the core library for comparison of computational models
  • BiVeS-SBML is a module providing special strategies for models encoded in SBML
  • BiVeS-CellML is a module providing special strategies for models encoded in CellML
  • BiVeS ties all modules together and provides command line access
  • BiVeS-WebApp is a web interface to access BiVeS through the network
  • BiVeS-WebApp-Client provides a Java library for comparing models using the BiVeS-WebApp

LICENSE

Artwork and text etc is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License Creative Commons License

The code is licensed under an Apache 2.0 license:

Copyright martin scharm <https://binfalse.de/contact/>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7