Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigase/tigase-xmltools
(M) Tigase XMLTools
https://github.com/tigase/tigase-xmltools
java tigase tigase-xmltools xml xmpp
Last synced: 2 months ago
JSON representation
(M) Tigase XMLTools
- Host: GitHub
- URL: https://github.com/tigase/tigase-xmltools
- Owner: tigase
- License: agpl-3.0
- Created: 2019-05-22T08:06:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T13:08:10.000Z (10 months ago)
- Last Synced: 2024-05-01T09:54:54.835Z (8 months ago)
- Topics: java, tigase, tigase-xmltools, xml, xmpp
- Language: Java
- Homepage:
- Size: 565 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
(project currently available under our own, self-hosted 1dev: https://forge.tigase.net/projects/25/)
# What it is
Tigase XML Tools are used for fast and low resource XML parsing in [Tigase XMPP Server](https://tigase.net)
# Features
* Marshalling and unmarshalling of XML
* Creating and modifying Element objects
* Handling of DOM# Support
When looking for support, please first search for answers to your question in the available online channels:
* Our online documentation: [Tigase Docs](https://docs.tigase.net/tigase-xmltools/4.0.0/Tigase_XML_Tools_Guide/html/)
* Our online forums: [Tigase Forums](https://help.tigase.net/portal/community)
* Our online Knowledge Base [Tigase KB](https://help.tigase.net/portal/kb)If you didn't find an answer in the resources above, feel free to open a [support ticket](https://help.tigase.net/portal/newticket).
# Downloads
Binaries can be downloaded from our [Maven repository](https://maven-repo.tigase.net/#artifact/tigase/tigase-xmltools)
You can easily add it to your project by including it as dependency:
```xml
tigase
tigase-xmltools
4.0.0```
# Using software
Please refer to [javadoc](https://docs.tigase.net/tigase-xmltools/master-snapshot/javadoc/)
# Compilation
It's a Maven project therefore after cloning the repository you can easily build it with:
```bash
mvn -Pdist clean install
```# License
Official Tigase repository is available at: https://github.com/tigase/tigase-xmltools/.
Copyright (c) 2004 Tigase, Inc.
Licensed under AGPL License Version 3. Other licensing options available upon request.