HTML form parser for GET and POST in C. Includes source code. Very simple interface. Call one function to return form data as strings, then use atoi to convert the data, etc.
Runtime parser with end user visual interface. Nice for creating calculators, runtime evaluation, runtime filter design, ...
CFX_XMLParser is a Fast Java CFX tag 1000% faster than the MSXML Parser invoked through CFOBJECT (CFOBJECT based parsers also tend to buckle under load). This parser takes an XML document and returns a ColdFusion structure containing the XML...
Chilkat XML Parser component is a high-performance XML component for parsing, navigating, and manipulating large XML data files. The parser is non-validating, it accepts XML files containing errors, and has an AutoFix property, which when turned...
Creating a SAX Parser using the XmlTextReader is a web based tutorial in which the author elaborates the concepts of Simple API for XML and the method of creating SAX Parser. The author describes about XmlTextReader through which SAX can be...
TLegHtmlParser is a powerful HTML 4.0 parser very easy to use. Just drop it onto a form, fill the Content property and call the Parse method. TLegHtmlParser detects comments, scripts, tags, special HTML tags, errors, blocks, and text, just...
General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements in their own program. It can also provides more detail information about a SQL statement such as statement types (Select,...
The Delphi Parser Generator is a language tool allowing for automatic generation of LL(k) parsers in Object Pascal Language based on an intuitive EBNF like grammar. The generated code mimics a hand-written parser, so that it is easier to debug and...
A string parser that is capable to parse SQL statements into tokens, allows changing theese tokens and rebuilding (modified) SQL statement.Consists two components:gaBasicSQLParsergaAdvancedSQLParserSimple demo program included.New in 0.07...
eZ xml is a XML DOM parser that is written in pure PHP. it is fully compatible with the libXml parser used in eZ publish, but does not require any external liberaries. |