NekoDTD is a configuration that parses Document Type Definition (DTD) files and converts the information into an XML document. This representation can then be processed using standard XML processors and applications to perform grammar analysis, convert the DTD into other grammar formats, etc. The current version of NekoDTD can expose DTD information using DOM or SAX, has the ability to "flatten" DTD files, and can convert existing DTD grammars to XML Schema and Relax NG.
NekoHTML is a simple HTML scanner and tag balancer that enables Java application programmers to parse HTML documents and access the information using standard XML interfaces. The parser can scan HTML files and "fix up" many common mistakes that human (and computer) authors make in writing HTML documents. NekoHTML is written using the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. This enables application programmers to use the NekoHTML parser with existing XNI tools without modification or rewriting code.
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.
ManekiNeko is a parser configuration that allows users to validate documents using Relax NG grammars and access the document information using standard programming interfaces. The parser configuration does not implement a Relax NG validator, however. Instead, it wraps James Clark's Jing validator to validate documents using a Relax NG grammar.
NekoStyle is a simple and flexible framework for automating XML transformations. With NekoStyle, you can parse XML and HTML documents, perform XSLT transformations, output documents in different formats, and much more. An Ant build task is also included to allow batch XML processing to be run during a build.
NekoXNI is a collection of small, useful XML tools written for the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. The NekoXNI tools are written to illustrate the power and flexibility of the XNI framework, as well as provide useful tools for XML application developers. The current collection of XNI tools includes an HTML Parser, DTD Converter, a Style Processor, a RelaxNG Validator parser configuration, and an XML Pull Parser.
Xerces2 is the next generation Apache Xerces-J XML parser. This version of Xerces-J defines the Xerces Native Interface (XNI), and provides a complete, standards compliant reference implementation using XNI. The parser was completely re-designed and re-implemented to be simpler and more modular. To help contribute to this project, visit the Apache Xerces Project Webpage (http://xerces.apache.org) and join the j-dev@xerces.apache.org mailing list.
Re: Apache license or Cyberneko license? > To be more specific, i'm working for a > company which is looking to GPL our > software. We are using a couple of > Apache libraries, whi...
Re: Apache license or Cyberneko license? > Which is it? The Apache license or the > Cyberneko license? My GPL project with > special exception for the Apache license > can't use th...
A lightweight library containing a number of classes and functions to ease the task of programming GTK+ programs with C++ in POSIX environments.