Download List

Project Description

ShaniXmlParser is an XML/HTML DOM/SAX parser.
It can parse not well formed XML/HTML files. It can parse files with inverted tags and bad escaped &,<,> and ". It expands all XHTML entities by default. It is well suited to parse HTML files, and is fast with low memory usage. It is compliant with the jaxp/w3c DOM1/2/3 interfaces.

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.

2007-04-16 01:40
1.4.12

Code cleanup. Faster parsing.

2007-04-14 22:11
1.4.11

The code was cleaned up. An infinite loop in the
CSS parser was fixed.

2007-04-07 03:57
1.4.9

Correctly parses empty tags with no attributes and no space between the tag name and the '/'.
Tags: Minor bugfixes

2007-04-04 11:56
1.4.8

The duplication of a character following "]" in a CDATA section was corrected.
Tags: Minor bugfixes

2006-08-12 12:56
1.4.7

This release corrects the method isValidChild for
HTML documents
in the DOM handler. Users should use
lastIndexOf('/') instead of
lastIndexOf('/',0) (which is bogus in the
getHTMLCss method on the DOM
document).
Tags: Minor bugfixes

Project Resources