Download List

Project Description

NekoPull is an XML document parsing API that
extends the Xerces Native Interface (XNI) to
provide pull parsing functionality. The pull
parsing paradigm is different from tree-based APIs
like the Document Object Model (DOM) and event
stream APIs like the Simple API for XML (SAX) in
that the application controls the parsing of
documents. NekoPull is similar to lex in that the
application requests, or pulls, the document
information one piece at a time instead of having
document information pushed to the application.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-09-30 14:20
0.1.2

This release updates the implementation for XNI changes introduced in Xerces-J 2.2.0.
Tags: Minor bugfixes

2002-09-06 18:33
0.1.1

This release updates the implementation for the XNI changes introduced in
Xerces 2.1.0 and fixes a bug that prevented processing instructions from
being propagated.
Tags: Minor bugfixes

2002-08-26 07:20
0.1

Tags: Initial freshmeat announcement

Project Resources