# xpp3 **Repository Path**: mirrors_codelibs/xpp3 ## Basic Information - **Project Name**: xpp3 - **Description**: MXP1: Xml Pull Parser 3rd Edition (XPP3) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MXP1: Xml Pull Parser 3rd Edition (XPP3) [![Java CI with Maven](https://github.com/codelibs/xpp3/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/xpp3/actions/workflows/maven.yml) ======================================== This repository is forked from [XPP3](http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/) and javax.xml.namespace.QName is removed. MXP1 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 latest JIT JVMs such as Hotspot in JDK 1.4+. Introduction ------------ MXP1 was designed to use best available the latest and the most advanced JIT engines such as Hotspot in JDK1.4. If you are working on older JDK then previous engine may work faster (both MXP1 and old engine are included in XPP3 download). MXP1 has following features: fast - let me say it again it is fast :-) small - lot of performance packed in JAR file that is less than 20KB! easy to use - the parser implements common XML pull parsing API (XMLPULL) described at http://www.xmlpull.org