Projects tagged ‘parser’


[648 total ]

253 Users
   

A Java library for parsing, validating and manipulating XML documents. The latest version released, 2.9.1, provides support for the following standards and APIs: * XML 1.0 (4th Edition) * ... [More] Namespaces in XML 1.0 (2nd Edition) * XML 1.1 (2nd Edition) * Namespaces in XML 1.1 (2nd Edition) * W3C XML Schema 1.0 (2nd Edition) * XInclude 1.0 (2nd Edition) * OASIS XML Catalogs 1.1 * SAX 2.0.2 * DOM Level 3 Core, Load and Save * DOM Level 2 Core, Events, Traversal and Range * JAXP 1.3 [Less]
Created over 3 years ago.

159 Users
   

Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform). Includes the xmllint tool for checking documents for well-formedness, validating ... [More] documents against a DTD or XML Schema, and pretty printing XML input. [Less]
Created over 3 years ago.

71 Users
   

Xerces-C++ is a validating XML parser written in a portable subset of C++. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C++ is faithful to ... [More] the XML 1.0 recommendation and many associated standards. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs. [Less]
Created over 3 years ago.

65 Users
   

dom4j is an easy to use, open source library for working with XML, XPath, and XSLT on the Java platform, using the Java Collections Framework, and with full support for DOM, SAX, and JAXP.
Created over 3 years ago.

58 Users
   

Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree and John Resig's JQuery, but with the scanner recoded in C (using Ragel for scanning.) I've borrowed what I believe to be the best ... [More] ideas from these wares to make Hpricot heaps of fun to use. [Less]
Created over 3 years ago.

53 Users
   

The SAXON package is a collection of tools for processing XML documents.
Created over 3 years ago.

43 Users
   

ANother Tool for Language Recognition (ANTLR) is the name of a parser generator that uses LL(k) parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in ... [More] 1989, and is under active development. Its maintainer is professor Terence Parr of the University of San Francisco. [Less]
Created over 3 years ago.

33 Users
   

Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 ... [More] feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format. [Less]
Created over 3 years ago.

33 Users

Expat is a fast, non-validating, stream-oriented XML parsing library.
Created over 3 years ago.

27 Users
   

Parse, Analyze and Manipulate Perl (without perl) The ability to read, and manipulate Perl (the language) programmatically other than with perl (the application) was one that caused difficulty for ... [More] a long time. The cause of this problem was Perl's complex and dynamic grammar. Although there is typically not a huge diversity in the grammar of most Perl code, certain issues cause large problems when it comes to parsing. Indeed, quite early in Perl's history Tom Christenson introduced the Perl community to the quote "Nothing but perl can parse Perl", or as it is more often stated now as a truism: "Only perl can parse Perl" PPI tries to solve this problem. [Less]
Created over 2 years ago.