This package browser is in early development. Mind the rough edges.

java-xpp3

Streaming pull XML parser

Xml Pull Parser (in short XPP) is a streaming pull XML parser and should be used when there is a need to process quickly and efficiently all input elements (for example in SOAP processors). This package is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of JIT JVMs.

Installation

Install the latest version of java-xpp3 as follows:

guix install java-xpp3

Or install a particular version:

guix install java-xpp3@1.1.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.