xtpxlib
componentsTo install an xtpxlib
component, first go to its documentation home page to find details
about where it is on GitHub and the Git URI you need for cloning it:
Component | Description |
---|---|
xtpxlib-common | Common component: Shared libraries and IDE support |
xtpxlib-container | Support for XML containers (multiple files wrapped into one) |
xtpxlib-xoffice | Conversions between Word/Excel and XML |
xtpxlib-xdoc | DocBook publication toolchain |
Then do one of the following:
Clone its GitHub repository to some appropriate location on disk. The master
branch will always contain the latest stable
version.
Or download the latest release zip from its git website (releases page) and unpack it somewhere.
That's all folks…
xtpxlib
componentsxtpxlib
consists mainly of XProc (1.0) pipelines and XSLT (2.0 and 3.0) stylesheets. To run
these you'll need:
To run the XProc pipelines use the XML Calabash Xproc 1.0
processor. The xtpxlib
library uses several of its non-standard extensions, another XProc processor is therefore not
(directly) usable.
To run XSLT stylesheets the Saxon processor is preferred. In most cases the (open source) HE (Home Edition) version will be sufficient. If not a PE (Professional Edition) license is necessary.
As an alternative, run the software from within the oXygen XML IDE.