Monday, January 16, 2006

ShaniXmlParser : An XML/HTML DOM/SAX parser that can be validating

ShaniXmlParser is an XML/HTML DOM/SAX parser that can be validating. It can parse badly formed XML files. It can parse files with inverted tags and bad escaped &,<>. It expands all HTML entities. It is well suited to parse HTML files. It is up to 3 times faster than the internal JDK 1.5 xerces parser and as fast as the internal JDK 1.4 Crimson parser, compliant with the jaxp/w3c DOM interfaces, and very small.

No comments: