Download List

Project Description

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.

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.

2003-03-04 04:17
0.7.4

Fixes for several null pointer exceptions caused by passing null resource identifiers and namespace contexts out to Xerces parser classes, changes to balancing behavior for several elements as requested by users, replacement of generic catch exception blocks to help developers using IDEs that break at Exception, and a new FAQ item to explain how to insert custom filter components into the pipeline before the tag balancer.
Tags: Minor bugfixes

2003-01-29 01:29
0.7.3

An updated implementation for XNI changes introduced in Xerces-J 2.3.0, and and a fix for the hack string to accommodate the XML4J build of Xerces included in the Eclipse editor.
Tags: Minor bugfixes

2003-01-10 12:47
0.7.2

This version fixes several reported bugs including a class-cast exception in DOMFragmentParser, span element tag-balancing, and the handling of form tags missing a parent element in order to better match browser behavior.
Tags: Minor bugfixes

2002-12-07 08:43
0.7.1

A null pointer exception and an infinite loop condition were fixed.
Tags: Minor bugfixes

2002-11-27 23:34
0.7

This release fixes numerous bugs including tag-balancing for
unbalanced tags, an array index out of bounds exception, and a
compilation problem with JDK 1.1.x. An experimental feature and
convenience class has been added to parse HTML document fragments.
Tags: Major bugfixes

Project Resources