Home Set as Homepage Add to Favorite Contact
           05 July, 2009
 
search for
 
 
 
egories
Arts »
Business »
Computers »
Education »
Entertainment »
Health »
Home »
Kids and Teens »
News »
Recreation »
Reference »
Science »
Shopping »
Society »
Sports »


New Addition
Industrial Gauges Manufacturer
Bangkok Thailand Hotels
T & M Telecommunications installs and maintains all your telecommunications needs.
Soulful Guitar
Snap Rings Suppliers
Diving Equipment
Jewellery
Digital Picture Frame
Naruto Games
Tag Recruitment
Doctors Canada
Japanese Fashion
Industrial Pipes Manufacturer
Silencer Manufacturer, Suppliers in india
Thai Massage School
South Shore Sea Burials
Fascial Kinetics A Bowen Therapy
Drug Side Effects & Clinical Trials
Multi Level Marketing Services
Surrey Invisalign CEREC Zoom Dentistry - Southridge Dental Clinic


    
pdf parser


Sponsored Links:

The Expat XML Parser (Popularity: ) (Score: 16.46)
http://expat.sourceforge.net/
A XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). [Open source, MIT License]
Category:   Main\Computers\Programming\Languages\C

Simple Text Parser (Popularity: ) (Score: 14.80)
http://dapissarenko.com/en/interests/simpleTextParser.html
An implementation of a parser in LPA Prolog as well as a report about this parser.
Category:   Main\Computers\Programming\Languages\Prolog

GOLD Parser (Popularity: ) (Score: 14.68)
http://www.devincook.com/goldparser/
A free parser generator. Unlike common compiler-compilers, the GOLD Parser does not require you to embed your grammar directly into your source code. Instead, the Builder analyzes the grammar description and saves the parse tables to a separate file.This ...
Category:   Main\Computers\Programming\Compilers\Lexer and Parser Generators

Perl module: XML::XSLT (Popularity: ) (Score: 14.50)
http://www.perl.com/CPAN/modules/by-module/XML/
This is a Perl module to parse XSL Transformational sheets. It uses XML::Parser and XML::DOM. XML::Parser is a Perl extension interface to James Clark's XML parser, expat. For more details view the xslt-parser-0.14.readme file in this directory.
Category:   Main\Computers\Data Formats\Markup Languages\XML

Parser (Popularity: ) (Score: 14.04)
http://www.alphaworks.ibm.com/aw.nsf/376583DBD044EE5988256ACD00318D15/22F05184662C98CD882566F300703F74?opendocument
IBM P3P protocol parser and constructor written in Java. Contains classes and methods for parsing, generating, manipulating and evaluating P3P proposals and responses. It also contains a parser and evaluator for "A P3P Preference Exchange Language ...
Category:   Main\Computers\Security\Internet\Privacy

IBM's DOM Implementation in C++ (Popularity: ) (Score: 13.89)
http://alphaworks.ibm.com/aw.nsf/techmain/BAFBD2F79A8C641B8825675B0083C6DB?OpenDocument
XML for C++ parser (XML4C) is a validating XML parser written in a portable subset of C++. It implements Level 1 and some of Level 2 DOM, as well as providing SAX interfaces. Source code, samples and API documentation are provided with the parser. Now ...
Category:   Main\Computers\Programming\Internet\W3C DOM

The CHILL Empirical Parser Acquisition System (Popularity: ) (Score: 13.89)
http://www.cs.utexas.edu/users/ml/chill.html
A general approach to the problem of inducing natural language parsers. It uses an annotated corpus, and produces a parser by using ILP for inducing the rules that control the actions of a shift-reduce parser. [Free]
Category:   Main\Computers\Artificial Intelligence\Machine Learning\Software

Xerces C++ Parser (Popularity: ) (Score: 12.73)
http://xml.apache.org/xerces-c/
A validating XML parser written in a portable subset of C++ by the Apache project.
Category:   Main\Computers\Programming\Languages\C++

ODP Data Parser (Popularity: ) (Score: 12.71)
http://www.ohardt.com/computer/dev/java/
XML parser that inserts the Open Directory structure into MySQL database. (Zip file)
Category:   Main\Computers\Internet\Searching\Directories

xmlproc (Popularity: ) (Score: 12.40)
http://www.garshol.priv.no/download/software/xmlproc/
An XML parser written in Python. It is a nearly complete validating parser with SGML Open Catalogs and XCatalog 0.1 support, SAX drivers and additional utilities.
Category:   Main\Computers\Programming\Languages\Python

Piccolo XML Parser for Java (Popularity: ) (Score: 11.90)
http://piccolo.sourceforge.net/
Fast non-validating XML parser for Java supporting SAX 1, SAX 2.0.1, and JAXP 1.1. [Open Source, LGPL]
Category:   Main\Computers\Programming\Languages\Java

Mibble MIB Parser (Popularity: ) (Score: 11.87)
http://www.mibble.org/
An SNMP MIB parser library for Java. It can read SNMPv1, SNMPv2, and SNMPv3 MIB files, as well as simple ASN.1 files. [Open source, GPL]
Category:   Main\Computers\Programming\Languages\Java

XML Pull Parser (Popularity: ) (Score: 11.87)
http://www.extreme.indiana.edu/xgws/xsoap/xpp/
A fast parser using a pull-based approach instead of SAX. It does not read DTDs and is optimized for small documents like SOAP. [Open Source, BSD-like]
Category:   Main\Computers\Programming\Languages\Java

Microsoft XML Parser Conformance (Popularity: ) (Score: 11.86)
http://www.xml.com/pub/1999/11/parser/index.html
David Brownell tests the Microsoft XML parser, as bundled with Internet Explorer 5, for XML 1. (XML.com)
Category:   Main\Computers\Data Formats\Markup Languages\XML

XML Parser (Popularity: ) (Score: 11.86)
http://www.sics.se/~joe/ericsson/xml/xml.html
An experimental XML parser in Erlang.
Category:   Main\Computers\Programming\Languages\Erlang

The LEMON Parser Generator (Popularity: ) (Score: 11.84)
http://www.hwaci.com/sw/lemon/
Very simple LALR(1) open-source parser generator. Outputs C, claims to produce faster parsers than yacc/bison.
Category:   Main\Computers\Programming\Compilers\Lexer and Parser Generators

SSAX (Popularity: ) (Score: 11.79)
http://ssax.sourceforge.net/
A functional Scheme based XML parsing framework consists of a (semi-validating) DOM/SXML parser, a SAX parser, and a supporting library of lexing and parsing procedures.
Category:   Main\Computers\Programming\Languages\Lisp

SSAX (Popularity: ) (Score: 11.79)
http://ssax.sourceforge.net/
A functional Scheme based XML parsing framework consists of a (semi-validating) DOM/SXML parser, a SAX parser, and a supporting library of lexing and parsing procedures.
Category:   Main\Computers\Data Formats\Markup Languages\XML

LLgen parser generator (Popularity: ) (Score: 11.74)
http://www.cs.vu.nl/~ceriel/LLgen.html
A tool for generating an efficient recursive descent parser from an ELL(1) grammar. The grammar may be ambiguous or more general than ELL(1): there are both static and dynamic facilities to resolve the ambiguities.
Category:   Main\Computers\Programming\Compilers\Lexer and Parser Generators

CGI with Java (Popularity: ) (Score: 11.49)
http://www.apl.jhu.edu/~hall/java/CGI-with-Java.html
Using Java for CGI programs. Includes on-line examples and source code for a CGI form-parser and cookie parser in Java.
Category:   Main\Computers\Programming\Languages\Java

C++ Wrappers for the Expat XML Parser (Popularity: ) (Score: 11.48)
http://www.codeproject.com/soap/expatimpl.asp
Describes an implementation of a C++ wrapper to the expat XML parser API.
Category:   Main\Computers\Programming\Languages\C++

FRACTINT Formula Parser Tutorial (Popularity: ) (Score: 11.31)
http://spanky.fractint.org/www/fractint/frm-tut/frm-tutor.html
An introduction to the Formula Parser for Fractint users. Describes and illustrates the use of the parser's features and common errors of logic and syntax to avoid.
Category:   Main\Science\Math\Chaos and Fractals\Software

XLink Filter Project (Popularity: ) (Score: 11.29)
http://www.simonstl.com/projects/xlinkfilter/
An open source (Mozilla license) XLink parser filter layer that can rest between a SAX-compliant parser and Java applications which use the SAX API to retrieve information from XML documents.
Category:   Main\Computers\Data Formats\Markup Languages\XML

Chilkat XML Parser (Popularity: ) (Score: 11.28)
http://www.xml-parser.com
A high-performance RAD XML Parser. Available as ActiveX, .NET, Visual C++ static library, and C++ Builder static library. [Free for commercial use]
Category:   Main\Computers\Programming\Component Frameworks\Components

Spirit C++ Parser Framework (Popularity: ) (Score: 11.27)
http://spirit.sourceforge.net/
An object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow to approximate the syntax of Extended Backus Normal Form (EBNF) completely in C++.
Category:   Main\Computers\Programming\Compilers\Lexer and Parser Generators

Interactive Software Development and Renovation Software (Popularity: ) (Score: 11.22)
http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/MetaEnvironment
ASF+SDF compiler runtime library, Meta-Environment, ATerm Library, SDF2 Parser generator, Completa, SGLR (Scannerless Generalized LR parser), ToolBus.
Category:   Main\Computers\Programming\Languages\Specification

IBM Alphaworks XML parser for Java (Popularity: ) (Score: 11.18)
http://www.alphaworks.ibm.com/tech/xml4j
A validating XML parser for Java. [Freeware]
Category:   Main\Computers\Programming\Languages\Java

Yapps (Yet Another Python Parser System) (Popularity: ) (Score: 10.49)
http://theory.stanford.edu/~amitp/Yapps/
An easy to use parser system for lightweight parsing needs. It's designed to be easy to use, but not designed to be fast. From a grammar file it generates readable Python code that looks somewhat like what you might have written by hand.
Category:   Main\Computers\Programming\Languages\Python

Chompy Home Page (Popularity: ) (Score: 10.25)
http://members.tripod.com/~SoftBlue/chompy_home_page.htm
Chompy is a freeware natural language parser written in Java. There are two main aims to the Chompy project: to provide an educational program to demonstrate the basics of Chomsky's structuralist grammar, and to develop a natural language parser class ...
Category:   Main\Computers\Artificial Intelligence\Natural Language\Chatterbots

Skybound Software - free Perl modules (Popularity: ) (Score: 9.79)
http://www.skybound.nl/products/perl/
The home of SMS::Ringtone::RTTTL::Parser (a RTTTL string parser and validator) and SMS::Ringtone::RTTTL::MIDI (a RTTTL to MIDI format converter). A free web service is also available to test these modules.
Category:   Main\Computers\Programming\Languages\Perl

Templates Parser (Popularity: ) (Score: 8.62)
http://perso.wanadoo.fr/pascal.obry/archive/templates_parser.html
Documentation.
Category:   Main\Computers\Programming\Languages\Ada

RXP (Popularity: ) (Score: 8.62)
http://www.cogsci.ed.ac.uk/~richard/rxp.html
A validating parser written in C and available under the GPL.
Category:   Main\Computers\Programming\Languages\C

fxp (Popularity: ) (Score: 8.53)
http://atseidl2.informatik.tu-muenchen.de/~berlea/Fxp/
A validating XML parser written completely in SML.
Category:   Main\Computers\Programming\Languages\ML

Nenie XML (Popularity: ) (Score: 8.53)
http://www.nenie.org/eiffel/xml/
An Eiffel XML parser and library.
Category:   Main\Computers\Data Formats\Markup Languages\XML

XMLBooster (Popularity: ) (Score: 8.53)
http://www.xmlbooster.com/
A XML parser generator for COBOL.
Category:   Main\Computers\Programming\Languages\Cobol

expatpp (Popularity: ) (Score: 8.53)
http://www.oofile.com.au/xml/expatpp.html
A C++ wrapper for the expat XML parser.
Category:   Main\Computers\Programming\Languages\C++

Happy (Popularity: ) (Score: 8.53)
http://haskell.cs.yale.edu/happy/
A parser generator for Haskell.
Category:   Main\Computers\Programming\Languages\Haskell

Templates Parser (Popularity: ) (Score: 8.53)
http://perso.wanadoo.fr/pascal.obry/archive/templates_parser-3.5.tar.gz
(GZ) Useful for web programming with the Ada Web Server, for example.
Category:   Main\Computers\Programming\Languages\Ada

Expat (Popularity: ) (Score: 8.53)
http://www.jclark.com/xml/expat.html
A non-validating XML 1.0 parser written in C.
Category:   Main\Computers\Programming\Languages\C

Nenie XML (Popularity: ) (Score: 8.53)
http://www.nenie.org/eiffel/xml/
An Eiffel XML parser and library.
Category:   Main\Computers\Programming\Languages\Eiffel

 
 
Home | Top | Set as Homepage | Bookmark this Page | Privacy | Contact | Submit URL
© 2003-2008, ABC-Directory.Com. All Rights Reserved