https://github.com/andyglow/binxml
Binary XML
https://github.com/andyglow/binxml
Last synced: 10 months ago
JSON representation
Binary XML
- Host: GitHub
- URL: https://github.com/andyglow/binxml
- Owner: andyglow
- License: lgpl-2.1
- Created: 2015-03-04T11:03:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T11:16:58.000Z (over 11 years ago)
- Last Synced: 2025-01-12T23:29:12.157Z (over 1 year ago)
- Language: Java
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# ===================================================================== #
# BINXML: Binary XML #
# Copyright 2004 (c) Publishing Labs #
# http://www.tiff.ru #
# #
# Author: Andrey Onistchuk #
# Version: 0.0.2 #
# #
# ===================================================================== #
# #
# WARNING * WARNING * WARNING * WARNING * WARNING * WARNING #
# #
# This code is experimental and might contain bugs. Use at #
# your own risk. This code might not even install so there #
# is no guarantee. We have released this code primarily for #
# educational purposes and to make it easier for the #
# community to contribute back to the code. #
# #
# WARNING * WARNING * WARNING * WARNING * WARNING * WARNING #
# #
# ===================================================================== #
BINXML is binary xml format and support library.
BUILD
To build source files you need ant build tool. Sources are depends on
following libraries:
- ant common utils (bzip2 implementation)
- junit (testing framework)
- any JAXP compliant xml processor (xerces 2.4 are more preferable)
Put all libraries into ${deps.lib.dir} (configure it in build.properties)
and run ant.
# ===================================================================== #
All files contained in this archive are licensed as stated
in the LICENSE file.
If you find any bugs please feel free use our bugtracker located at:
https://github.com/andyglow/binxml/issues