By: | Aleksander Slominski |
Version: | 2.1.9 |
Last release: | 2003-05-21 |
Platforms: | Java and C++ |
Category: | XML parsers |
Info on web: | http://www.extreme.indiana.edu/soap/xpp/ |
Feedback: | Something wrong? Follow this link. |
This XML parser has implementations in both Java and C++ and uses a rather unusual API design in that it does not have a tree-based or event-based API, but rather a pull API where the document is pulled as individual tokens from the parser. The parser is very small and it is also claimed to be fast.