xtpxlib-container
is part of the xtpxlib
library. xtpxlib
contains software for processing XML, using languages like XSLT and XProc. It
consists of several separate components, all named xtpxlib-*
. Everything can be found on GitHub (https://github.com/xatapult).
XML Containers provide support for working with multiple related files by wrapping them into a single one. Binary files are referenced instead of included.
The container structure is standardized. Once contents is in a container it's easy to analyze, change and/or write back. It can also be used to create a whole file structure, in a container, and then write it out to disk or zip file.
The xtpxlib-container
component has XProc (1.0 and 3.0) pipelines for:
Reading the contents of a zip file or directory structure into a container
Writing a container out to a zip file or disk
Installation and usage information can be found on xtpxlib
's main website https://www.xtpxlib.org.
Technical information:
Component documentation: https://container.xtpxlib.org
License: GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007
Git URI: git@github.com:xatapult/xtpxlib-container.git
Git site: https://github.com/xatapult/xtpxlib-container
This component depends on:
xtpxlib-common (Common component: Shared libraries and IDE support)
Release information:
Added XProc 3.0 support.
Added first versions of the 3.0 container pipelines.
Bugfix for copying binary files referenced from a container.
New logo and minor fixes
Initial release
(Abbreviated. Full release information in README.md
)