Published on 2006-05-07 05:53:52
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 &,< and >. 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.
A small and fast Xml/Html DOM/SAX non validating parser written in java. ShaniXmlParser is using org.w3c.dom interfaces and the jaxp interfaces. It works also on mono/.net. for more information and download visit the sourceforge projec'ts page on http://sourceforge.net/projects/shanidom
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved