Advanced ASP Template Parser is a content parsing program that can be used to add contents from other websites. Users are allowed to change their page layouts and to configure multiple tokens according to their needs. Admin can pass query strings and
t24 is a template parser script developed using PHP. This script will accept any kind of input like, ASCII, HTML, XML, LaTeX, encrypted and the uncompressed adobe files and more as a template. This script works with a principle of recursive descent p
Stp Database Administrator is an ASP based database tool. It uses Microsoft Access database to customize data. Users can also create blank databases online. It has several main features like, exporting database in SQL form, it generates SQL statement
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 created.
This is a template parsing software that can be used to change layout of the websites. Different types of local files like, html, .txt and .inc files are available with this program. Users can configure multiple tokens and template source according t
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 le
PHP RSS parser is a simple utility for parsing XML. Netscape uses this in their browser for its Channel utilities. This script gives the user a complete PHP interface to read the feeds. It utilizes the XML functions of PHP.
XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is
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 on,
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. |