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

java-mxparser 1.2.1

Streaming pull XML parser forked from `java-xpp3'

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.

MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork. It is an implementation of the XMLPULL V1 API (parser only).

Installation

Install java-mxparser 1.2.1 as follows:

guix install java-mxparser@1.2.1

Or install the latest version:

guix install java-mxparser

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.