Projects tagged ‘development’ and ‘parser’


Jump to tag:

Projects tagged ‘development’ and ‘parser’

Filtered by Project Tags development parser

Refine results Project Tags programming (17) xml (14) library (13) tools (9) java (6) api (6) web (6) xslt (5) parsing (5) python (5) framework (4) c++ (4)

[25 total ]
86

libxml2

   
Primary Language: C/C++ Licensed as: MIT License

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 documents against a DTD or XML Schema, and pretty printing XML input.

Metrics updated about 18 hours ago

39

Saxon XSLT and XQuery Processor

   
Primary Language: Java

The SAXON package is a collection of tools for processing XML documents.

Metrics updated 04 Oct 08

35

dom4j: flexible XML framework for Java

   
Primary Language: Java Licensed as: BSD-ish License

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.

Metrics updated about 18 hours ago

30

Rome, Atom/RSS Java utilities

   
Primary Language: Java Licensed as: Apache License 2.0

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 feeds. Rome includes a set of parsers and ... [More] 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]

Metrics updated 07 Oct 08

19

Expat XML Parser

   
Primary Language: C Licensed as: MIT License

Expat is a fast, non-validating, stream-oriented XML parsing library.

Metrics updated 05 Oct 08

16

Universal Feed Parser

 
Primary Language: XSL Transformation Licensed as: BSD-ish License

Parse RSS and Atom feeds in Python

Metrics updated 05 Oct 08

15

JavaCC

   
Primary Language: Java Licensed as: BSD-ish License

Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to ... [More] the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]

Metrics updated 05 Oct 08

12

The Spirit Parser Library

   
Primary Language: C++ Licensed as: Boost Software License

Spirit is an object-oriented, recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow Spirit to approximate the syntax of Extended Backus Normal Form (EBNF) completely in C++. ... [More] The Spirit framework enables a target grammar to be written exclusively in C++. EBNF grammar specifications can mix freely with other C++ code and, thanks to the generative power of C++ templates, are immediately executable. [Less]

Metrics updated about 13 hours ago

6

OpenVRML

   
Primary Language: C++ Licensed as: GNU General Public License 3.0 or later

A runtime for VRML and X3D virtual worlds and models. OpenVRML includes a core runtime library, parsers for VRML97 and VRML-format X3D, an OpenGL renderer, and a Mozilla Web browser plug-in.

Metrics updated 07 Oct 08

4

Hachoir

   
Primary Language: Python Licensed as: GNU General Public License 2.0

Hachoir is a library written in Python which allows to see and edit a binary file (or any binary stream) field per field. A field is the most basic information: a number, a string of characters, a flag (yes/no), etc. Only supported formats can be ... [More] opened, it's not a magic tool. It can be used to extract some information (eg. metadata), edit some fields of a file without the original program, or convert a file from one format to another. [Less]

Metrics updated 05 Aug 07