blob: 3b59ed6a41c9a7960e2ee0cb098b4f13172112ec [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.cyberneko.pull</groupId>
<artifactId>nekopull</artifactId>
<packaging>jar</packaging>
<name>nekopull</name>
<version>0.2.4</version>
<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.</description>
<url>http://people.apache.org/~andyc/neko/doc/pull/index.html</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>